| OLD | NEW |
| 1 /* | 1 /* |
| 2 ******************************************************************************** | 2 ******************************************************************************** |
| 3 * Copyright (C) 2010, International Business Machines | 3 * Copyright (C) 2010, International Business Machines |
| 4 * Corporation and others. All Rights Reserved. | 4 * Corporation and others. All Rights Reserved. |
| 5 ******************************************************************************** | 5 ******************************************************************************** |
| 6 * | 6 * |
| 7 * File attiter.h | 7 * File attiter.h |
| 8 * | 8 * |
| 9 * Modification History: | 9 * Modification History: |
| 10 * | 10 * |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 | 111 |
| 112 // No ICU "poor man's RTTI" for this class nor its subclasses. | 112 // No ICU "poor man's RTTI" for this class nor its subclasses. |
| 113 virtual UClassID getDynamicClassID() const; | 113 virtual UClassID getDynamicClassID() const; |
| 114 }; | 114 }; |
| 115 | 115 |
| 116 U_NAMESPACE_END | 116 U_NAMESPACE_END |
| 117 | 117 |
| 118 #endif /* #if !UCONFIG_NO_FORMATTING */ | 118 #endif /* #if !UCONFIG_NO_FORMATTING */ |
| 119 | 119 |
| 120 #endif // FPOSITER_H | 120 #endif // FPOSITER_H |
| OLD | NEW |