CSyncMLHistoryEntry Class Reference

#include <SyncMLHistory.h>

class CSyncMLHistoryEntry : public CBase

Inherits from

  • CSyncMLHistoryEntry

    Detailed Description

    Base class for a history log entry.

    Not intended for user derivation. Derived classes:

    See also: CSyncMLHistoryJob

    Member Enumeration Documentation

    Enum TSortOrder

    An ordering of History Entries.

    EnumeratorValueDescription
    ESortByTime

    Ordered by Time Stamp.

    ESortByType

    Ordered by Entry Type.

    Constructor & Destructor Documentation

    CSyncMLHistoryEntry ( TUid )

    CSyncMLHistoryEntry(TUid)[protected]

    ~CSyncMLHistoryEntry ( )

    IMPORT_C~CSyncMLHistoryEntry()[virtual]

    Member Function Documentation

    DoDynamicCast ( TUid, CSyncMLHistoryEntry * )

    IMPORT_C CSyncMLHistoryEntry *DoDynamicCast(TUidaEntryType,
    CSyncMLHistoryEntry *
    )[protected, static]

    DoDynamicCast ( TUid, const CSyncMLHistoryEntry * )

    IMPORT_C const CSyncMLHistoryEntry *DoDynamicCast(TUidaEntryType,
    const CSyncMLHistoryEntry *
    )[protected, static]

    EntryId ( )

    IMPORT_C TIntEntryId()const

    EntryType ( )

    IMPORT_C TUidEntryType()const

    ExternalizeL ( RWriteStream & )

    IMPORT_C voidExternalizeL(RWriteStream &)const [virtual]

    InternalizeL ( RReadStream & )

    voidInternalizeL(RReadStream &)[protected, virtual]

    NewL ( TUid )

    IMPORT_C CSyncMLHistoryEntry *NewL(TUidaEntryType)[static]

    NewL ( RReadStream & )

    IMPORT_C CSyncMLHistoryEntry *NewL(RReadStream &)[static]

    NewL ( const CSyncMLHistoryEntry & )

    IMPORT_C CSyncMLHistoryEntry *NewL(const CSyncMLHistoryEntry &)[static]

    Profile ( )

    TSmlProfileId Profile()const [pure virtual]

    ResultCode ( )

    TInt ResultCode()const [pure virtual]

    TimeStamp ( )

    TTime TimeStamp()const [pure virtual]