filemanager/src/fmbkupenginewrapper/private/win32/fmbkupengine_p.h
changeset 49 81668a704644
parent 25 b7bfdea70ca2
equal deleted inserted replaced
47:12b82dc0e8db 49:81668a704644
    51 
    51 
    52 //    TUint32 FmgrToBkupMask( const TUint32 aFmrgMask );
    52 //    TUint32 FmgrToBkupMask( const TUint32 aFmrgMask );
    53     int error();
    53     int error();
    54     
    54     
    55     //
    55     //
    56     bool StartRestoreL( QList<FmBkupDrivesAndOperation* > drivesAndOperationList );
    56     bool startRestore( 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 QString& aDrive );
    59             const QString& aDrive );
    60     void getBackupDriveList( QStringList &driveList );
    60     void getBackupDriveList( QStringList &driveList );
    61 private:
    61 private: