diff -r e78d6e055a5b -r b34d53f6acdf contentstorage/srvinc/castorageproxy.h --- a/contentstorage/srvinc/castorageproxy.h Fri Jul 23 14:03:00 2010 +0300 +++ b/contentstorage/srvinc/castorageproxy.h Fri Aug 06 13:40:46 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. */