filemanager/src/fmbkupenginewrapper/private/win32/fmbkupengine_p.h
changeset 30 6e96d2143d46
parent 24 1d0c87b42e2e
--- a/filemanager/src/fmbkupenginewrapper/private/win32/fmbkupengine_p.h	Wed Jun 23 18:03:11 2010 +0300
+++ b/filemanager/src/fmbkupenginewrapper/private/win32/fmbkupengine_p.h	Tue Jul 06 14:06:28 2010 +0300
@@ -66,10 +66,15 @@
 
 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 notifyStart( bool cancelable, int totalCount );
+    void notifyUpdate( int count );
+    void notifyFinish( int err );
+    void notifyMemoryLow( int memoryValue, int &userError );
+
+    // win32 source code is used to simulator backup action.
+    // add this signal in win32 to avoid warning when run test case
+    // though it is not used in win32 source code currently
+    void notifyBackupFilesExist( bool &isContinue );
 	
 public slots:
     void onNotifyPreparing( bool cancelable );