]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/letest/FontTableCache.h
ICU-511.25.tar.gz
[apple/icu.git] / icuSources / test / letest / FontTableCache.h
index bb85eeb011d5147edff81f5e80be19dd13238351..36971e4c297859019b2bd022ec18e0fa0fb5b4d6 100644 (file)
@@ -1,6 +1,6 @@
 /*
  **********************************************************************
- *   Copyright (C) 2003, International Business Machines
+ *   Copyright (C) 2003-2008, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  **********************************************************************
  */
@@ -11,6 +11,8 @@
 
 #include "layout/LETypes.h"
 
+U_NAMESPACE_USE
+
 struct FontTableCacheEntry;
 
 class FontTableCache
@@ -24,6 +26,7 @@ public:
 
 protected:
     virtual const void *readFontTable(LETag tableTag) const = 0;
+    virtual void freeFontTable(const void *table) const;
 
 private: