filemanager/src/fmbkupenginewrapper/private/win32/fmbkupengine_p.h
changeset 16 ada7962b4308
parent 14 1957042d8c7e
child 18 edd66bde63a4
child 25 b7bfdea70ca2
equal deleted inserted replaced
14:1957042d8c7e 16:ada7962b4308
    58             QList< FmRestoreInfo > &restoreInfoList,
    58             QList< FmRestoreInfo > &restoreInfoList,
    59             const int aDrive = 0 );
    59             const int aDrive = 0 );
    60 private:
    60 private:
    61     int DriverNameToNumber( QString driverName );
    61     int DriverNameToNumber( QString driverName );
    62     QString NumberToDriverName( int driver );
    62     QString NumberToDriverName( int driver );
       
    63     
       
    64     TBool HasMultipleBackupTargets();
    63 
    65 
    64 signals:
    66 signals:
    65     void notifyPreparing( bool cancelable );
    67     void notifyPreparing( bool cancelable );
    66 	void notifyStart( bool cancelable, int totalCount );
    68 	void notifyStart( bool cancelable, int totalCount );
    67 	void notifyUpdate( int count );
    69 	void notifyUpdate( int count );