/*
**********************************************************************
- * Copyright (C) 2003, International Business Machines
+ * Copyright (C) 2003-2008, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
*/
#include "layout/LETypes.h"
+U_NAMESPACE_USE
+
struct FontTableCacheEntry;
class FontTableCache
protected:
virtual const void *readFontTable(LETag tableTag) const = 0;
+ virtual void freeFontTable(const void *table) const;
private: