| class TQueuedOperation |
| Public Member Functions | |
|---|---|
| TQueuedOperation() | |
| IMPORT_C void | CopyL(const TQueuedOperation &) |
| TMsvId | FolderId() |
| IMPORT_C TQueuedOperation * | NewL(TMsvId, TInt, const CImOffLineOperation &) |
| CImOffLineOperation & | Operation() |
| TInt | OperationIndex() |
| IMPORT_C TBool | operator!=(const TQueuedOperation &) |
| Private Member Functions | |
|---|---|
| TQueuedOperation(TMsvId, TInt) | |
| Private Attributes | |
|---|---|
| TMsvId | iFolderId |
| TInt | iOperationIndex |
| CImOffLineOperation | iStoredOperation |
| IMPORT_C void | CopyL | ( | const TQueuedOperation & | aOperation | ) |
| const TQueuedOperation & aOperation |
| IMPORT_C TQueuedOperation * | NewL | ( | TMsvId | aFolderId, |
| TInt | aOperationIndex, | |||
| const CImOffLineOperation & | aStoredOperation | |||
| ) | [static] | |||
| TMsvId aFolderId | |
| TInt aOperationIndex | |
| const CImOffLineOperation & aStoredOperation |
| IMPORT_C TBool | operator!= | ( | const TQueuedOperation & | aOp | ) |
| const TQueuedOperation & aOp |