contentstorage/casrv/cawidgetscanner/inc/cawidgetdescription.h
changeset 80 397d00875918
parent 73 4bc7b118b3df
child 83 156f692b1687
--- a/contentstorage/casrv/cawidgetscanner/inc/cawidgetdescription.h	Fri May 14 16:10:06 2010 +0300
+++ b/contentstorage/casrv/cawidgetscanner/inc/cawidgetdescription.h	Thu May 27 13:11:12 2010 +0300
@@ -148,7 +148,7 @@
      * @return CA entry id
      */
     TPtrC GetMmcId( ) const;
-
+    
     /*
      * Library getter
      * @return widget library
@@ -230,7 +230,18 @@
      * @return Service xml filename
      */
     TPtrC GetServiceXml() const;
-
+    
+    /*
+     * Set manifest file path name.
+     * @param aServiceXml Manifest file path name.
+     */
+    void SetManifestFilePathNameL(const TDesC& aManifestFilePathName);
+    
+    /*
+     * Get manifest file path name.
+     * @return Manifest file path name.
+     */
+    TPtrC GetManifestFilePathName() const;
 private:
 
     /*
@@ -321,6 +332,10 @@
      * Service fw xml file
      */
     RBuf iServiceXml;
+    /*
+     * Manifest file path name.
+     */
+    RBuf iManifestFilePathName;
     };
 
 typedef RPointerArray<CCaWidgetDescription> RWidgetArray;