MMsvProgressDecoder Class Reference

class MMsvProgressDecoder

MMsvProgressDecoder Pure virtual class to decode progress of the operation. Used by CMsvProgressReporterOperation to decode progress and display it.

Public Member Functions
TInt DecodeProgress(const TDesC8 &, TBuf< CBaseMtmUi::EProgressStringMaxLen > &, TInt &, TInt &, TInt &, TInt &, TBool)

Member Functions Documentation

DecodeProgress(const TDesC8 &, TBuf< CBaseMtmUi::EProgressStringMaxLen > &, TInt &, TInt &, TInt &, TInt &, TBool)

TInt DecodeProgress(const TDesC8 &aProgress,
TBuf< CBaseMtmUi::EProgressStringMaxLen > &aReturnString,
TInt &aTotalEntryCount,
TInt &aEntriesDone,
TInt &aCurrentEntrySize,
TInt &aCurrentBytesTrans,
TBoolaInternal
)[pure virtual]

decode progress

Parameters

const TDesC8 & aProgress
TBuf< CBaseMtmUi::EProgressStringMaxLen > & aReturnString
TInt & aTotalEntryCount
TInt & aEntriesDone
TInt & aCurrentEntrySize
TInt & aCurrentBytesTrans
TBool aInternal