contentstorage/casrv/cawidgetscanner/inc/cawidgetdescription.h
changeset 94 dbb8300717f7
parent 93 82b66994846c
child 96 5d243a69bdda
equal deleted inserted replaced
93:82b66994846c 94:dbb8300717f7
   146     /*
   146     /*
   147      * MMC id getter
   147      * MMC id getter
   148      * @return CA entry id
   148      * @return CA entry id
   149      */
   149      */
   150     TPtrC GetMmcId( ) const;
   150     TPtrC GetMmcId( ) const;
   151 
   151     
   152     /*
   152     /*
   153      * Library getter
   153      * Library getter
   154      * @return widget library
   154      * @return widget library
   155      */
   155      */
   156     TPtrC GetLibrary( ) const;
   156     TPtrC GetLibrary( ) const;
   228     /*
   228     /*
   229      * Get service fw xml filename
   229      * Get service fw xml filename
   230      * @return Service xml filename
   230      * @return Service xml filename
   231      */
   231      */
   232     TPtrC GetServiceXml() const;
   232     TPtrC GetServiceXml() const;
   233 
   233     
       
   234     /*
       
   235      * Set manifest file path name.
       
   236      * @param aServiceXml Manifest file path name.
       
   237      */
       
   238     void SetManifestFilePathNameL(const TDesC& aManifestFilePathName);
       
   239     
       
   240     /*
       
   241      * Get manifest file path name.
       
   242      * @return Manifest file path name.
       
   243      */
       
   244     TPtrC GetManifestFilePathName() const;
   234 private:
   245 private:
   235 
   246 
   236     /*
   247     /*
   237      * Library name getter
   248      * Library name getter
   238      * @return libraru name
   249      * @return libraru name
   319     RBuf iModificationTime;
   330     RBuf iModificationTime;
   320     /*
   331     /*
   321      * Service fw xml file
   332      * Service fw xml file
   322      */
   333      */
   323     RBuf iServiceXml;
   334     RBuf iServiceXml;
       
   335     /*
       
   336      * Manifest file path name.
       
   337      */
       
   338     RBuf iManifestFilePathName;
   324     };
   339     };
   325 
   340 
   326 typedef RPointerArray<CCaWidgetDescription> RWidgetArray;
   341 typedef RPointerArray<CCaWidgetDescription> RWidgetArray;
   327 
   342 
   328 #endif      // C_WIDGETDESCRIPTION_H
   343 #endif      // C_WIDGETDESCRIPTION_H