contentstorage/srvinc/castorageproxy.h
changeset 109 e0aa398e6810
parent 103 b99b84bcd2d1
--- 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<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.
      */