fontservices/fontstore/inc/FNTSTORE.h
branchRCL_3
changeset 15 9a2be90ac9a2
parent 11 6971d1c87c9a
child 54 748ec5531811
--- a/fontservices/fontstore/inc/FNTSTORE.h	Thu Apr 01 00:28:03 2010 +0300
+++ b/fontservices/fontstore/inc/FNTSTORE.h	Wed Apr 14 17:50:37 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 1995-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -39,19 +39,6 @@
  */
 const TInt KMaxLinkedTypefaceGroups = 12;
 
-/** Defines the maximun number of threads that may tranverse the COpenFontSessionCacheList (read-only)
- @publishedAll
- @released
- */ 
-const TInt KSessionCacheSemaphoreCount = 12;
-
-/** Defines the name of the semaphore which is used to exclude threads that may tranverse 
- * the COpenFontSessionCacheList (read-only) with FBserv.
- @publishedAll
- @released
- */
-_LIT(KSessionCacheSemaphoreName,"FBSSessionCacheSemaphore");
-
 class CLinkedTypefaceSpecification;
 class TLinkedTypefaceSpecificationArgs;
 class CFbClient;
@@ -404,7 +391,7 @@
 	TInt iOpenFontShaperCacheMemUsage;
 	TInt iNumberOfShaperCaches;
 	RPointerArray<CTypefaceSupportInfo> iOpenFontTypefaceSupportList;
-	RArray<RHandleBase> *iHandleArray;
+	TAny* iUnused;
 	TAny* iUnused2;
 	TUint32 iUniqueFontIdCount;
 	};