contentstorage/casrv/cawidgetscanner/inc/cawidgetstoragehandler.h
changeset 106 e78d6e055a5b
parent 102 8b8b34fa9751
child 107 b34d53f6acdf
equal deleted inserted replaced
102:8b8b34fa9751 106:e78d6e055a5b
   140      */
   140      */
   141     TBool MassStorageNotInUse();
   141     TBool MassStorageNotInUse();
   142 
   142 
   143     /**
   143     /**
   144      * Adds or updates component id attribute in entry based on SCR provided data
   144      * Adds or updates component id attribute in entry based on SCR provided data
       
   145      * and removable flag - get info from src.
   145      * @param aPackageUid uid of the package which the widget represented by aEntry
   146      * @param aPackageUid uid of the package which the widget represented by aEntry
   146      * is delivered with
   147      * is delivered with.
   147      * @param aEntry widget entry being updated with component id attribute.
   148      * @param aEntry widget entry being updated with component id attribute.
   148      */
   149      */
   149     void UpdateComponentIdL( const TDesC& aManifestFilePathName,
   150     void UpdateCompIdAndRemovableFlagL( const TDesC& aManifestFilePathName,
   150             CCaInnerEntry& aEntry ) const;
   151             CCaInnerEntry& aEntry ) const;
   151 
   152 
   152 private:
   153 private:
   153     // Data
   154     // Data
   154 
   155