diff -r e375a7921169 -r 57c618273d5c fbs/fontandbitmapserver/inc/FBS.H --- a/fbs/fontandbitmapserver/inc/FBS.H Thu Jul 15 20:08:02 2010 +0300 +++ b/fbs/fontandbitmapserver/inc/FBS.H Thu Aug 19 11:11:18 2010 +0300 @@ -338,6 +338,8 @@ TInt DoLoadFromRom(TUint32* aRomPointer, TInt32 aId, TUint aFileOffset, TBool& aRomPointerValid); TBool LoadShiftedRomBmpL(const TDesC& aFileName,TInt32 aId,TUint aFileOffset); static void DoStoreL(CDirectFileStore* aFileStore,CFbsBitmap* aBitmap,TInt aNumSources,const TDesC* aSources[],TInt32 aSourceIds[]); + TInt DuplicateInRom(TInt aBitmapHandle); + TInt DuplicateInRam(TInt aBitmapHandle); protected: /** WARNING: For internal use ONLY. Compatibility is not guaranteed in future releases. */