filemanager/src/fmbkupenginewrapper/private/win32/fmbkupengine_p.h
changeset 18 edd66bde63a4
parent 16 ada7962b4308
child 24 1d0c87b42e2e
equal deleted inserted replaced
16:ada7962b4308 18:edd66bde63a4
    55     //
    55     //
    56     bool StartRestoreL( QList<FmBkupDrivesAndOperation* > drivesAndOperationList );
    56     bool StartRestoreL( QList<FmBkupDrivesAndOperation* > drivesAndOperationList );
    57     void GetRestoreInfoArray( QList<FmBkupDrivesAndOperation* > drivesAndOperationList,
    57     void GetRestoreInfoArray( QList<FmBkupDrivesAndOperation* > drivesAndOperationList,
    58             QList< FmRestoreInfo > &restoreInfoList,
    58             QList< FmRestoreInfo > &restoreInfoList,
    59             const int aDrive = 0 );
    59             const int aDrive = 0 );
       
    60     void getBackupDriveList( QStringList &driveList );
    60 private:
    61 private:
    61     int DriverNameToNumber( QString driverName );
    62     int DriverNameToNumber( QString driverName );
    62     QString NumberToDriverName( int driver );
    63     QString NumberToDriverName( int driver );
    63     
    64     
    64     TBool HasMultipleBackupTargets();
    65 //    TBool HasMultipleBackupTargets();
    65 
    66 
    66 signals:
    67 signals:
    67     void notifyPreparing( bool cancelable );
    68     void notifyPreparing( bool cancelable );
    68 	void notifyStart( bool cancelable, int totalCount );
    69 	void notifyStart( bool cancelable, int totalCount );
    69 	void notifyUpdate( int count );
    70 	void notifyUpdate( int count );