diff -r 7d4490026038 -r 44f437012c90 persistentstorage/centralrepository/cenrepsrv/srvres.h --- a/persistentstorage/centralrepository/cenrepsrv/srvres.h Mon Sep 27 11:59:56 2010 +0100 +++ b/persistentstorage/centralrepository/cenrepsrv/srvres.h Tue Oct 19 16:26:13 2010 +0100 @@ -1,4 +1,4 @@ -// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2004-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" @@ -55,7 +55,9 @@ TUid aUid, TCentRepLocation aLocation, TCentRepFileType aFileType); - +#ifdef SYMBIAN_INCLUDE_APP_CENTRIC + static TInt CompareUids (const TUid& aUid1, const TUid& aUid2); +#endif static TBool CentrepFileExistsL(TUid aUid, TCentRepLocation aLocation, TCentRepFileType aType); static TBool CentrepFileExistsL(TUid aUid, TCentRepLocation aLocation); static TTime CentrepFileTimeStampL(TUid aUid, TCentRepLocation aLocation); @@ -68,7 +70,9 @@ static void DeleteCentrepFileL(TUid aUid, TCentRepLocation aLocation, TCentRepFileType aType); public: static RFs iFs; - +#ifdef SYMBIAN_INCLUDE_APP_CENTRIC + static HBufC* iPmaDirectory; +#endif static HBufC* iRomDirectory; static HBufC* iDataDirectory; static HBufC* iInstallDirectory; @@ -77,7 +81,9 @@ static HBufC* iCreExt; static HBufC* iTrnsExt; static TUint8 iPersistsVersion; - +#ifdef SYMBIAN_INCLUDE_APP_CENTRIC + static RArray iPMADriveRepositories; +#endif static RArray iOwnerIdLookUpTable; static CRepositoryCacheManager* iCacheManager;