| OLD | NEW |
| 1 /* | 1 /* |
| 2 ******************************************************************************* | 2 ******************************************************************************* |
| 3 * Copyright (C) 2007-2010, International Business Machines Corporation and
* | 3 * Copyright (C) 2007-2010, International Business Machines Corporation and
* |
| 4 * others. All Rights Reserved. * | 4 * others. All Rights Reserved. * |
| 5 ******************************************************************************* | 5 ******************************************************************************* |
| 6 */ | 6 */ |
| 7 #ifndef VTZONE_H | 7 #ifndef VTZONE_H |
| 8 #define VTZONE_H | 8 #define VTZONE_H |
| 9 | 9 |
| 10 #include "unicode/utypes.h" | 10 #include "unicode/utypes.h" |
| (...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 */ | 446 */ |
| 447 virtual UClassID getDynamicClassID(void) const; | 447 virtual UClassID getDynamicClassID(void) const; |
| 448 }; | 448 }; |
| 449 | 449 |
| 450 U_NAMESPACE_END | 450 U_NAMESPACE_END |
| 451 | 451 |
| 452 #endif /* #if !UCONFIG_NO_FORMATTING */ | 452 #endif /* #if !UCONFIG_NO_FORMATTING */ |
| 453 | 453 |
| 454 #endif // VTZONE_H | 454 #endif // VTZONE_H |
| 455 //eof | 455 //eof |
| OLD | NEW |