RSyncMLHistoryLog Class Reference

#include <SyncMLClient.h>

Link against: SyncMLClientAPI.lib

class RSyncMLHistoryLog : public RSubSessionBase

Inherits from

  • RSyncMLHistoryLog

    Detailed Description

    Snapshot of history for a profile.

    Constructor & Destructor Documentation

    RSyncMLHistoryLog ( )

    IMPORT_CRSyncMLHistoryLog()

    Member Function Documentation

    Close ( )

    IMPORT_C voidClose()

    Count ( )

    IMPORT_C TIntCount()const

    DeleteAllEntriesL ( )

    IMPORT_C voidDeleteAllEntriesL()

    Entry ( TInt )

    IMPORT_C const CSyncMLHistoryEntry &Entry(TIntaIndex)const

    OpenL ( RSyncMLSession &, TSmlProfileId )

    IMPORT_C voidOpenL(RSyncMLSession &,
    TSmlProfileId
    )

    Profile ( )

    IMPORT_C TSmlProfileIdProfile()const

    SortEntries ( CSyncMLHistoryEntry::TSortOrder )

    IMPORT_C voidSortEntries(CSyncMLHistoryEntry::TSortOrder)

    operator[] ( TInt )

    const CSyncMLHistoryEntry &operator[](TIntaIndex)const [inline]
    Returns the entry at the specified index.
    Pre-condition
    The handle is open.
    ParameterDescription
    aIndexThe index of the entry to retrieve.

    Returns: The entry at the specified index.