]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/unicode/strenum.h
ICU-400.37.tar.gz
[apple/icu.git] / icuSources / common / unicode / strenum.h
index 5e956430dcc63d3b127620942031d0d3ccca87c3..ce42195a4f2cb22c2d344cb9f7bdf867a57043fa 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *******************************************************************************
 *
-*   Copyright (C) 2002-2006, International Business Machines
+*   Copyright (C) 2002-2007, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
@@ -189,7 +189,7 @@ public:
      *
      * @param that The other string enumeration to compare this object to
      * @return TRUE if the enumerations are equal. FALSE if not.
-     * @draft ICU 3.6 
+     * @stable ICU 3.6 
      */
     virtual UBool operator==(const StringEnumeration& that)const;
     /**
@@ -197,7 +197,7 @@ public:
      *
      * @param that The other string enumeration to compare this object to
      * @return TRUE if the enumerations are equal. FALSE if not.
-     * @draft ICU 3.6 
+     * @stable ICU 3.6 
      */
     virtual UBool operator!=(const StringEnumeration& that)const;