]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/layout/LEGlyphFilter.h
ICU-59180.0.1.tar.gz
[apple/icu.git] / icuSources / layout / LEGlyphFilter.h
index 8fbae220591d64a840bba6fcc4f3df69898c15d1..6dcfa7d27764a4699752d44a6294a99dcbb3952a 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *
- * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved
+ * (C) Copyright IBM Corp. 1998-2011 - All Rights Reserved
  *
  */
 
@@ -11,6 +11,7 @@
 
 U_NAMESPACE_BEGIN
 
+#ifndef U_HIDE_INTERNAL_API
 /**
  * This is a helper class that is used to
  * recognize a set of glyph indices.
@@ -21,7 +22,7 @@ class LEGlyphFilter /* not : public UObject because this is an interface/mixin c
 public:
     /**
      * Destructor.
-     * @draft ICU 2.4
+     * @internal
      */
     virtual ~LEGlyphFilter();
 
@@ -38,6 +39,7 @@ public:
      */
     virtual le_bool accept(LEGlyphID glyph) const = 0;
 };
+#endif  /* U_HIDE_INTERNAL_API */
 
 U_NAMESPACE_END
 #endif