]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/layout/FontTableCache.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / samples / layout / FontTableCache.h
index bb85eeb011d5147edff81f5e80be19dd13238351..f949c5a009f4ed83f61c73c500984a8b660f67b7 100644 (file)
@@ -1,6 +1,10 @@
 /*
+ *************************************************************************
+ *   © 2016 and later: Unicode, Inc. and others.
+ *   License & terms of use: http://www.unicode.org/copyright.html#License
+ *************************************************************************
  **********************************************************************
- *   Copyright (C) 2003, International Business Machines
+ *   Copyright (C) 2003-2008, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  **********************************************************************
  */
@@ -24,6 +28,7 @@ public:
 
 protected:
     virtual const void *readFontTable(LETag tableTag) const = 0;
+    virtual void freeFontTable(const void *table) const;
 
 private: