CSyncMLHistoryJob::TTaskInfo Class Reference

#include <SyncMLHistory.h>

class CSyncMLHistoryJob::TTaskInfo

Detailed Description

This class identifies a sync task within the profile, and the result of the attempt to synchronise it.

Member Attribute Documentation

iError

TInt iError

Indicates the synchronisation result

iItemsAdded

TInt iItemsAdded

Indicates the number of items added to the db

iItemsChanged

TInt iItemsChanged

Indicates the number of items modified in the db

iItemsDeleted

TInt iItemsDeleted

Indicates the number of items deleted from the db

iItemsFailed

TInt iItemsFailed

Indicates the number of items failed to modify the db

iItemsMoved

TInt iItemsMoved

Indicates the number of items moved in the db

iServerItemsAdded

TInt iServerItemsAdded

Indicates the number of items added to the server's db

iServerItemsChanged

TInt iServerItemsChanged

Indicates the number of items modified in the server's db

iServerItemsDeleted

TInt iServerItemsDeleted

Indicates the number of items deleted from the server's db

iServerItemsFailed

TInt iServerItemsFailed

Indicates the number of items failed to modify the server's db

iServerItemsMoved

TInt iServerItemsMoved

Indicates the number of items moved in the server's db

iSyncType

TSmlSyncType iSyncType

Indicates the actual SyncType used for the synchronisation

iTaskId

TSmlTaskId iTaskId

Identifies the profile sync task

Constructor & Destructor Documentation

TTaskInfo ( )

IMPORT_CTTaskInfo()

Member Function Documentation

ExternalizeL ( RWriteStream & )

IMPORT_C voidExternalizeL(RWriteStream &)const

InternalizeL ( RReadStream & )

IMPORT_C voidInternalizeL(RReadStream &)