ICU-2659 moved the timebomb in uobject.h to 2.6 - Markus still needs to work on it

X-SVN-Rev: 10885
This commit is contained in:
Vladimir Weinstein 2003-01-21 22:49:42 +00:00
parent d62b7b7687
commit 7364fbe852

View File

@ -136,7 +136,7 @@ protected:
// commented out because UObject is abstract (see getDynamicClassID)
// inline UObject(const UObject &other) {}
#if U_ICU_VERSION_MAJOR_NUM>2 || (U_ICU_VERSION_MAJOR_NUM==2 && U_ICU_VERSION_MINOR_NUM>4)
#if U_ICU_VERSION_MAJOR_NUM>2 || (U_ICU_VERSION_MAJOR_NUM==2 && U_ICU_VERSION_MINOR_NUM>6)
// TODO post ICU 2.4 (This comment inserted in 2.2)
// some or all of the following "boilerplate" functions may be made public
// in a future ICU4C release when all subclasses implement them