contentstorage/casrv/cawidgetscanner/inc/cawidgetdescription.h
changeset 99 7aaf39b772ac
parent 98 d2f833ab7940
child 107 b34d53f6acdf
--- a/contentstorage/casrv/cawidgetscanner/inc/cawidgetdescription.h	Fri Jun 11 16:13:51 2010 +0300
+++ b/contentstorage/casrv/cawidgetscanner/inc/cawidgetdescription.h	Thu Jun 24 16:18:29 2010 +0300
@@ -101,6 +101,12 @@
      * @param aUri widget uri
      */
     void SetUriL( const TDesC& aUri );
+    
+    /*
+     * Translation file setter.
+     * @param aTranslationFileName widget translation file.
+     */
+    void SetTranslationFileNameL( const TDesC& aTranslationFileName );
 
     /*
      * Icon Uri setter
@@ -121,6 +127,18 @@
     void SetLibraryL( const TDesC& aLibrary );
 
     /*
+     * Path setter
+     * @param aLibrary widget library
+     */
+    void SetPathL( const TDesC& aPath );
+
+    /*
+     * Path getter
+     * @return widget library
+     */
+    TPtrC GetPath( ) const;
+    
+    /*
      * Content storage entry id getter
      * @return CS entry id
      */
@@ -151,6 +169,12 @@
     TPtrC GetUri() const;
 
     /*
+     * Uri translation filename
+     * @return widget translation filename
+     */
+    TPtrC GetTranslationFileName() const;
+
+    /*
      * IconUri getter
      * @return widget IconUri
      */
@@ -334,6 +358,11 @@
      * Widget uri. Own
      */
     RBuf iUri;
+    
+    /*
+     * Widget translation file name. Own
+     */
+    RBuf iTranslationFileName;
 
     /*
      * Widget icon uri. Own
@@ -344,6 +373,12 @@
      * Preview name. Own
      */
     RBuf iPreviewImageName;
+    
+    /*
+     * Widget library. Own
+     */
+    RBuf iPath;
+    
     /*
      * Widget library. Own
      */