diff -r 9b022b1f357c -r e0aa398e6810 contentstorage/srvinc/castorageproxy.h --- a/contentstorage/srvinc/castorageproxy.h Tue Jul 06 14:37:10 2010 +0300 +++ b/contentstorage/srvinc/castorageproxy.h Wed Aug 18 10:05:49 2010 +0300 @@ -154,6 +154,18 @@ IMPORT_C void CustomSortL( const RArray& aEntryIds, const TInt aGroupId ); + + /** + * Saves a copy of database to private. + */ + IMPORT_C void SaveDatabaseL(); + + /** + * Marks db to be restored from backup by next restart + */ + IMPORT_C void RestoreDatabaseL(); + + /** * Loads data base from rom. */