contentstorage/casrv/cawidgetscanner/inc/cawidgetdescription.h
changeset 94 dbb8300717f7
parent 93 82b66994846c
child 96 5d243a69bdda
--- a/contentstorage/casrv/cawidgetscanner/inc/cawidgetdescription.h	Fri Apr 30 15:22:08 2010 +0300
+++ b/contentstorage/casrv/cawidgetscanner/inc/cawidgetdescription.h	Fri May 14 17:24:44 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;