TQueuedOperation Class Reference

class TQueuedOperation

Constructor & Destructor Documentation

TQueuedOperation()

IMPORT_C TQueuedOperation ( )

TQueuedOperation(TMsvId, TInt)

TQueuedOperation ( TMsvId aFolderId,
TInt aOperationIndex
) [private]

Parameters

TMsvId aFolderId
TInt aOperationIndex

Member Functions Documentation

CopyL(const TQueuedOperation &)

IMPORT_C void CopyL ( const TQueuedOperation & aOperation )

Parameters

const TQueuedOperation & aOperation

FolderId()

TMsvId FolderId ( ) const [inline]

NewL(TMsvId, TInt, const CImOffLineOperation &)

IMPORT_C TQueuedOperation * NewL ( TMsvId aFolderId,
TInt aOperationIndex,
const CImOffLineOperation & aStoredOperation
) [static]

Parameters

TMsvId aFolderId
TInt aOperationIndex
const CImOffLineOperation & aStoredOperation

Operation()

CImOffLineOperation & Operation ( ) [inline]

OperationIndex()

TInt OperationIndex ( ) const [inline]

operator!=(const TQueuedOperation &)

IMPORT_C TBool operator!= ( const TQueuedOperation & aOp )

Parameters

const TQueuedOperation & aOp

Member Data Documentation

TMsvId iFolderId

TMsvId iFolderId [private]

TInt iOperationIndex

TInt iOperationIndex [private]

CImOffLineOperation iStoredOperation

CImOffLineOperation iStoredOperation [private]