contentstorage/srvinc/castorageproxy.h
changeset 107 b34d53f6acdf
parent 98 d2f833ab7940
child 125 26079c1bb561
equal deleted inserted replaced
106:e78d6e055a5b 107:b34d53f6acdf
   152      * @param aGroupId Group to sort.
   152      * @param aGroupId Group to sort.
   153      */
   153      */
   154     IMPORT_C void CustomSortL( const RArray<TInt>& aEntryIds,
   154     IMPORT_C void CustomSortL( const RArray<TInt>& aEntryIds,
   155             const TInt aGroupId );
   155             const TInt aGroupId );
   156 
   156 
       
   157     
       
   158     /**
       
   159      * Saves a copy of database to private.
       
   160      */
       
   161 	IMPORT_C void SaveDatabaseL();
       
   162 	
       
   163     /**
       
   164      * Marks db to be restored from backup by next restart
       
   165      */
       
   166 	IMPORT_C void RestoreDatabaseL();
       
   167     
       
   168     
   157     /**
   169     /**
   158      * Loads data base from rom.
   170      * Loads data base from rom.
   159      */
   171      */
   160     IMPORT_C void LoadDataBaseFromRomL();
   172     IMPORT_C void LoadDataBaseFromRomL();
   161 
   173