ICU-156 deprecate BI::createText()
X-SVN-Rev: 1718
This commit is contained in:
parent
4c42ba5b9b
commit
36e29a52ef
@ -210,7 +210,7 @@ public:
|
||||
|
||||
/**
|
||||
* Get the text for which this object is finding the boundaries.
|
||||
* @draft
|
||||
* @deprecated This will be removed after 2000-Dec-31.
|
||||
*/
|
||||
virtual CharacterIterator* createText(void) const = 0;
|
||||
|
||||
|
@ -295,6 +295,7 @@ RuleBasedBreakIterator(const void* image);
|
||||
/**
|
||||
* Returns a newly-created CharacterIterator that the caller is to take
|
||||
* ownership of.
|
||||
* @deprecated This will be removed after 2000-Dec-31.
|
||||
* THIS FUNCTION SHOULD NOT BE HERE. IT'S HERE BECAUSE BreakIterator DEFINES
|
||||
* IT AS PURE VIRTUAL, FORCING RBBI TO IMPLEMENT IT. IT SHOULD BE REMOVED
|
||||
* FROM *BOTH* CLASSES.
|
||||
|
Loading…
Reference in New Issue
Block a user