contentstorage/cautils/inc/calocalizationentry.h
changeset 80 397d00875918
parent 60 f62f87b200ec
child 83 156f692b1687
--- a/contentstorage/cautils/inc/calocalizationentry.h	Fri May 14 16:10:06 2010 +0300
+++ b/contentstorage/cautils/inc/calocalizationentry.h	Thu May 27 13:11:12 2010 +0300
@@ -80,9 +80,20 @@
      * Gets LocalizedString
      * @return LocalizedString
      */
-    IMPORT_C const RBuf& GetLocalizedString( ) const;
+    IMPORT_C const RBuf& GetLocalizedString() const;
     
+    /**
+     * Gets GetQmFilename
+     * @return GetQmFilename
+     */
+    IMPORT_C const RBuf& GetQmFilename() const;
+
     // SETTERS
+
+    /**
+    */
+    IMPORT_C void SetQmFilenameL( const TDesC& aQmFilename );
+    
     /**
 
      */
@@ -119,6 +130,7 @@
     IMPORT_C void SetLocalizedStringL( const TDesC& aLocalName );
     
     
+    
 /*    *
      * Externalizes object to the stream
      * @param aStream a write stream
@@ -183,6 +195,12 @@
      * Own.
      */
     RBuf iLocalName;
+    
+    /*
+     * Translated string.
+     * Own.
+     */
+    RBuf iQmFilename;
 
      };