filemanager/src/fmbkupenginewrapper/inc/fmbkupengine.h
changeset 16 ada7962b4308
parent 14 1957042d8c7e
child 18 edd66bde63a4
--- a/filemanager/src/fmbkupenginewrapper/inc/fmbkupengine.h	Fri Apr 16 14:53:38 2010 +0300
+++ b/filemanager/src/fmbkupenginewrapper/inc/fmbkupengine.h	Mon May 03 12:24:39 2010 +0300
@@ -86,12 +86,15 @@
             QList< FmRestoreInfo > &restoreInfoList,
             const int aDrive = FmErrNotFound );
     
+    void getBackupDriveList( QStringList &driveList );
+    
 signals:
     void notifyPreparing( bool cancelable );
 	void notifyStart( bool cancelable, int totalCount );
 	void notifyUpdate( int count );
 	void notifyFinish( int err );
 	void notifyMemoryLow( int memoryValue, int &userError );
+	void notifyBackupFilesExist( bool &isContinue );
     
 private:
     friend class FmBkupEnginePrivate;