CSyncMLHistoryEntry Class Reference
#include
<SyncMLHistory.h>
class CSyncMLHistoryEntry : public CBase |
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.
Enumerator | Value | Description |
---|
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 * )
DoDynamicCast ( TUid, const CSyncMLHistoryEntry * )
EntryId ( )
IMPORT_C TInt | EntryId | ( | ) | const |
EntryType ( )
IMPORT_C TUid | EntryType | ( | ) | const |
ExternalizeL ( RWriteStream & )
InternalizeL ( RReadStream & )
NewL ( const CSyncMLHistoryEntry & )
ResultCode ( )
TInt
| ResultCode | ( | ) | const [pure virtual] |
TimeStamp ( )
TTime
| TimeStamp | ( | ) | const [pure virtual] |