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 RBTZ_H | 7 #ifndef RBTZ_H |
8 #define RBTZ_H | 8 #define RBTZ_H |
9 | 9 |
10 #include "unicode/utypes.h" | 10 #include "unicode/utypes.h" |
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
352 virtual UClassID getDynamicClassID(void) const; | 352 virtual UClassID getDynamicClassID(void) const; |
353 }; | 353 }; |
354 | 354 |
355 U_NAMESPACE_END | 355 U_NAMESPACE_END |
356 | 356 |
357 #endif /* #if !UCONFIG_NO_FORMATTING */ | 357 #endif /* #if !UCONFIG_NO_FORMATTING */ |
358 | 358 |
359 #endif // RBTZ_H | 359 #endif // RBTZ_H |
360 | 360 |
361 //eof | 361 //eof |
OLD | NEW |