contentstorage/srvinc/castorageproxy.h
changeset 125 26079c1bb561
parent 107 b34d53f6acdf
child 127 7b66bc3c6dc9
--- 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<MCaSessionNorifier> iHandlerNotifier;
+
+    /**
+     * Translated user collection name. Own.
+     */
+    RBuf iTitleUserColName;
     
     CA_STORAGE_TEST_FRIEND_CLASS( TestCaClient )