--- a/contentstorage/cautils/inc/calocalizationentry.h Fri Jun 11 16:25:06 2010 +0100
+++ b/contentstorage/cautils/inc/calocalizationentry.h Thu Jul 22 16:37:03 2010 +0100
@@ -80,16 +80,27 @@
* 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 );
+
/**
*/
IMPORT_C void SetRowId( TUint aRowId );
/**
-
+ Sets localization id
*/
IMPORT_C void SetTextId( TUint aId );
@@ -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;
+
+ /*
+ * Qm filename.
+ * Own.
+ */
+ RBuf iQmFilename;
};