contentstorage/casrv/cawidgetscanner/src/cawidgetdescription.cpp
changeset 94 dbb8300717f7
parent 93 82b66994846c
child 96 5d243a69bdda
equal deleted inserted replaced
93:82b66994846c 94:dbb8300717f7
   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