mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-1962 add comment for future split of UObject into two classes
X-SVN-Rev: 9250
This commit is contained in:
parent
24ab8c4341
commit
98758e5121
1 changed files with 6 additions and 0 deletions
|
@ -42,6 +42,12 @@ U_NAMESPACE_BEGIN
|
|||
* (which used to be base classes themselves before UObject was introduced)
|
||||
* to have pure virtual methods.
|
||||
*
|
||||
* It is likely that a future ICU release will split UObject to
|
||||
* separate out a new "more base" class for only the
|
||||
* memory management customization, with UObject subclassing that new
|
||||
* class and adding virtual methods for "boilerplate" functions.
|
||||
* This will simplify the maintenance of ICU.
|
||||
*
|
||||
* @draft ICU 2.2
|
||||
*/
|
||||
class U_COMMON_API UObject {
|
||||
|
|
Loading…
Add table
Reference in a new issue