mpxplugins/serviceplugins/collectionplugins/inc/mpxdbmanager.h
branchRCL_3
changeset 66 1f1dad4af8f8
parent 56 2cbbefa9af78
--- a/mpxplugins/serviceplugins/collectionplugins/inc/mpxdbmanager.h	Wed Sep 15 12:09:46 2010 +0300
+++ b/mpxplugins/serviceplugins/collectionplugins/inc/mpxdbmanager.h	Wed Oct 13 14:28:40 2010 +0300
@@ -254,6 +254,12 @@
          * Checks if the spefified drive is a remove drive
          */      
         IMPORT_C TBool IsRemoteDrive(TDriveNumber aDrive);
+        
+        /**
+        * Recreate a specified database file.
+        * @param aDrive identifies the drive index ro recreate the database
+        */
+        IMPORT_C void RecreateDatabaseFileL(TInt aDrive);
 
     protected:
 
@@ -316,15 +322,6 @@
         IMPORT_C void EnsureRamSpaceL() ;
 
         /**
-         * overloaded function for calls where string is allready formatted
-         * 
-         * @param  aQuery data base query string
-         * @return RSqlStatement
-         */
-        IMPORT_C RSqlStatement ExecuteSelectQueryL( const TDesC& aQuery );
-        
-        
-        /**
         *  Move DBs from RAMDisk to disks
         */
         //IMPORT_C void BackupDBsL();