filemanager/src/fmbkupenginewrapper/private/win32/fmbkupengine_p.h
changeset 24 1d0c87b42e2e
parent 18 edd66bde63a4
child 30 6e96d2143d46
equal deleted inserted replaced
21:15299bc55001 24:1d0c87b42e2e
    54     
    54     
    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 QString& aDrive );
    60     void getBackupDriveList( QStringList &driveList );
    60     void getBackupDriveList( QStringList &driveList );
    61 private:
    61 private:
    62     int DriverNameToNumber( QString driverName );
    62     int DriverNameToNumber( QString driverName );
    63     QString NumberToDriverName( int driver );
    63     QString NumberToDriverName( int driver );
    64     
    64