contentstorage/casrv/caappscanner/inc/casrvappscanner.h
changeset 98 d2f833ab7940
parent 96 5d243a69bdda
child 99 7aaf39b772ac
equal deleted inserted replaced
97:1e962b12a8db 98:d2f833ab7940
   148     /**
   148     /**
   149      * Gets collectionId of download collection.
   149      * Gets collectionId of download collection.
   150      * @result id of download collection.
   150      * @result id of download collection.
   151      */
   151      */
   152     TInt GetCollectionDownloadIdL();
   152     TInt GetCollectionDownloadIdL();
       
   153     
       
   154     //TODO temporary sollution for fake uninstall progres notification
       
   155     void ClearUninstallFlagL();
   153 
   156 
   154     /**
   157     /**
   155      * Gets collectionId of all collection.
   158      * Gets collectionId of all collection.
   156      * @result id of all collection.
   159      * @result id of all collection.
   157      */
   160      */
   304      * - Items that are not on MMC or the MMC is not recently used, are
   307      * - Items that are not on MMC or the MMC is not recently used, are
   305      *   removed from the menu.
   308      *   removed from the menu.
   306      * @param aItems Missing items.
   309      * @param aItems Missing items.
   307      */
   310      */
   308     void HandleMissingItemsL( RPointerArray<CCaInnerEntry>& aCaEnties );
   311     void HandleMissingItemsL( RPointerArray<CCaInnerEntry>& aCaEnties );
   309 
       
   310     /**
       
   311      * Removes app from storage.
       
   312      * @param aAppEntry app to remove.
       
   313      */
       
   314     void RemoveAppL( CCaInnerEntry* aAppEntry );
       
   315 
   312 
   316     /**
   313     /**
   317      * Set "missing" flag.
   314      * Set "missing" flag.
   318      * @param aEntry entry.
   315      * @param aEntry entry.
   319      */
   316      */