X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..ef6cf650f4a75c3f97de06b51fa104f2069b9ea2:/icuSources/samples/layout/ScriptCompositeFontInstance.h?ds=inline diff --git a/icuSources/samples/layout/ScriptCompositeFontInstance.h b/icuSources/samples/layout/ScriptCompositeFontInstance.h index e628383b..2a85480d 100644 --- a/icuSources/samples/layout/ScriptCompositeFontInstance.h +++ b/icuSources/samples/layout/ScriptCompositeFontInstance.h @@ -1,7 +1,7 @@ /* * %W% %E% * - * (C) Copyright IBM Corp. 1998-2003 - All Rights Reserved + * (C) Copyright IBM Corp. 1998-2011 - All Rights Reserved * */ @@ -71,8 +71,6 @@ public: * NULL if there is an error. * * @see LEScripts.h - * - * @draft ICU 2.6 */ virtual const LEFontInstance *getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const; @@ -83,8 +81,6 @@ public: * @param ch - the character * * @return the glyph index - * - * @draft ICU 2.6 */ virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const; @@ -112,15 +108,11 @@ public: /** * ICU "poor man's RTTI", returns a UClassID for the actual class. - * - * @draft ICU 2.2 */ virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } /** * ICU "poor man's RTTI", returns a UClassID for this class. - * - * @draft ICU 2.2 */ static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } @@ -136,7 +128,7 @@ private: static const char fgClassID; }; -inline const void *ScriptCompositeFontInstance::getFontTable(LETag tableTag) const +inline const void *ScriptCompositeFontInstance::getFontTable(LETag /*tableTag*/) const { return NULL; }