contentstorage/casrv/caappscanner/inc/casrvappscanner.h
changeset 103 b99b84bcd2d1
parent 83 156f692b1687
child 104 9b022b1f357c
equal deleted inserted replaced
83:156f692b1687 103:b99b84bcd2d1
   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      */