contentstorage/casrv/cawidgetscanner/src/cawidgetdescription.cpp
changeset 80 397d00875918
parent 73 4bc7b118b3df
child 83 156f692b1687
--- a/contentstorage/casrv/cawidgetscanner/src/cawidgetdescription.cpp	Fri May 14 16:10:06 2010 +0300
+++ b/contentstorage/casrv/cawidgetscanner/src/cawidgetdescription.cpp	Thu May 27 13:11:12 2010 +0300
@@ -142,6 +142,7 @@
     iModificationTime.Close();
     iMmcId.Close();
     iServiceXml.Close();
+    iManifestFilePathName.Close();
     }
 
 // ----------------------------------------------------------------------------
@@ -551,4 +552,24 @@
     {
     return iServiceXml;
     }
+
+/*
+ * Set manifest file path name
+ * @param aManifestFilePt
+ */
+void CCaWidgetDescription::SetManifestFilePathNameL( 
+    const TDesC& aManifestFilePathName )
+    {
+    iManifestFilePathName.Close();
+    iManifestFilePathName.CreateL( aManifestFilePathName );
+    }
+
+/*
+ * Get service fw xml filename
+ * @return Service xml filename
+ */
+TPtrC CCaWidgetDescription::GetManifestFilePathName() const
+    {
+    return iManifestFilePathName;
+    }
 //  End of File