contentstorage/casrv/cawidgetscanner/inc/cawidgetdescription.h
changeset 104 9b022b1f357c
parent 103 b99b84bcd2d1
child 109 e0aa398e6810
--- a/contentstorage/casrv/cawidgetscanner/inc/cawidgetdescription.h	Wed Jun 23 18:33:40 2010 +0300
+++ b/contentstorage/casrv/cawidgetscanner/inc/cawidgetdescription.h	Tue Jul 06 14:37:10 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
      */