ICU-156 deprecate BI::createText()

X-SVN-Rev: 1718
This commit is contained in:
Markus Scherer 2000-06-30 00:44:13 +00:00
parent 4c42ba5b9b
commit 36e29a52ef
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -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.