contentstorage/srvinc/castorageproxy.h
changeset 107 b34d53f6acdf
parent 98 d2f833ab7940
child 125 26079c1bb561
--- 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<TInt>& 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.
      */