contentstorage/casrv/cawidgetscanner/src/cawidgetdescription.cpp
changeset 80 397d00875918
parent 73 4bc7b118b3df
child 83 156f692b1687
equal deleted inserted replaced
73:4bc7b118b3df 80:397d00875918
   140     iLibrary.Close();
   140     iLibrary.Close();
   141     iPath.Close();
   141     iPath.Close();
   142     iModificationTime.Close();
   142     iModificationTime.Close();
   143     iMmcId.Close();
   143     iMmcId.Close();
   144     iServiceXml.Close();
   144     iServiceXml.Close();
       
   145     iManifestFilePathName.Close();
   145     }
   146     }
   146 
   147 
   147 // ----------------------------------------------------------------------------
   148 // ----------------------------------------------------------------------------
   148 //
   149 //
   149 // ----------------------------------------------------------------------------
   150 // ----------------------------------------------------------------------------
   549 //
   550 //
   550 TPtrC CCaWidgetDescription::GetServiceXml() const
   551 TPtrC CCaWidgetDescription::GetServiceXml() const
   551     {
   552     {
   552     return iServiceXml;
   553     return iServiceXml;
   553     }
   554     }
       
   555 
       
   556 /*
       
   557  * Set manifest file path name
       
   558  * @param aManifestFilePt
       
   559  */
       
   560 void CCaWidgetDescription::SetManifestFilePathNameL( 
       
   561     const TDesC& aManifestFilePathName )
       
   562     {
       
   563     iManifestFilePathName.Close();
       
   564     iManifestFilePathName.CreateL( aManifestFilePathName );
       
   565     }
       
   566 
       
   567 /*
       
   568  * Get service fw xml filename
       
   569  * @return Service xml filename
       
   570  */
       
   571 TPtrC CCaWidgetDescription::GetManifestFilePathName() const
       
   572     {
       
   573     return iManifestFilePathName;
       
   574     }
   554 //  End of File
   575 //  End of File