diff -r d1dadafc5584 -r 26079c1bb561 contentstorage/srvinc/castorageproxy.h --- a/contentstorage/srvinc/castorageproxy.h Mon Sep 27 11:31:59 2010 +0300 +++ b/contentstorage/srvinc/castorageproxy.h Wed Oct 06 16:00:22 2010 +0300 @@ -201,7 +201,9 @@ CCaLocalizationEntry* LocalizeDescriptionL( CCaInnerEntry* aEntry ); - TBool InitializeTranslatorL( TDesC& aQmFilename ); + void AddTitleNameL( CCaInnerEntry* aEntry ); + + TBool InitializeTranslatorL( const TDesC& aQmFilename ); private: //Data @@ -215,6 +217,11 @@ * Sessions using this engine. Own. */ RPointerArray iHandlerNotifier; + + /** + * Translated user collection name. Own. + */ + RBuf iTitleUserColName; CA_STORAGE_TEST_FRIEND_CLASS( TestCaClient )