/*
- * @(#)LEGlyphFilter.h 1.3 00/03/15
*
- * (C) Copyright IBM Corp. 1998, 1999, 2000, 2001, 2002 - All Rights Reserved
+ * (C) Copyright IBM Corp. 1998-2011 - All Rights Reserved
*
*/
U_NAMESPACE_BEGIN
+#ifndef U_HIDE_INTERNAL_API
/**
* This is a helper class that is used to
* recognize a set of glyph indices.
public:
/**
* Destructor.
- * @draft ICU 2.4
+ * @internal
*/
- virtual inline ~LEGlyphFilter() {};
+ virtual ~LEGlyphFilter();
/**
* This method is used to test a particular
*
* @param glyph - the glyph index to be tested
*
- * @return true if the glyph index is in the set.
+ * @return TRUE if the glyph index is in the set.
*
* @internal
*/
virtual le_bool accept(LEGlyphID glyph) const = 0;
};
+#endif /* U_HIDE_INTERNAL_API */
U_NAMESPACE_END
#endif