| OLD | NEW |
| 1 /* | 1 /* |
| 2 ******************************************************************************* | 2 ******************************************************************************* |
| 3 * Copyright (C) 2007-2008, International Business Machines Corporation and
* | 3 * Copyright (C) 2007-2008, International Business Machines Corporation and
* |
| 4 * others. All Rights Reserved. * | 4 * others. All Rights Reserved. * |
| 5 ******************************************************************************* | 5 ******************************************************************************* |
| 6 */ | 6 */ |
| 7 #ifndef DTRULE_H | 7 #ifndef DTRULE_H |
| 8 #define DTRULE_H | 8 #define DTRULE_H |
| 9 | 9 |
| 10 #include "unicode/utypes.h" | 10 #include "unicode/utypes.h" |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 */ | 241 */ |
| 242 virtual UClassID getDynamicClassID(void) const; | 242 virtual UClassID getDynamicClassID(void) const; |
| 243 }; | 243 }; |
| 244 | 244 |
| 245 U_NAMESPACE_END | 245 U_NAMESPACE_END |
| 246 | 246 |
| 247 #endif /* #if !UCONFIG_NO_FORMATTING */ | 247 #endif /* #if !UCONFIG_NO_FORMATTING */ |
| 248 | 248 |
| 249 #endif // DTRULE_H | 249 #endif // DTRULE_H |
| 250 //eof | 250 //eof |
| OLD | NEW |