]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/layout/MPreFixups.h
ICU-62135.0.1.tar.gz
[apple/icu.git] / icuSources / layout / MPreFixups.h
index 69d54c96cc2675dcdc8ce8d4e37c7a3033eec6be..18fefe0de94b67ced5fc70a6434145d808c7f8f1 100644 (file)
@@ -1,9 +1,6 @@
 /*
- * (C) Copyright IBM Corp. 2002-2003 - All Rights Reserved
  *
- * $Source: /cvs/root/ICU/icuSources/layout/MPreFixups.h,v $
- * $Date: 2003/07/03 18:13:45 $
- * $Revision: 1.1.1.1 $
+ * (C) Copyright IBM Corp. 2002-2008 - All Rights Reserved
  *
  */
 
@@ -19,6 +16,8 @@
 
 U_NAMESPACE_BEGIN
 
+class LEGlyphStorage;
+
 // Might want to make this a private member...
 struct FixupData;
 
@@ -30,7 +29,7 @@ public:
 
     void add(le_int32 baseIndex, le_int32 mpreIndex);
     
-    void apply(LEGlyphID *glyphs, le_int32 *charIndicies);
+    void apply(LEGlyphStorage &glyphStorage, LEErrorCode& success);
 
 private:
     FixupData *fFixupData;