CSyncMLHistoryPushMsg Class Reference
#include
<SyncMLHistory.h>
class CSyncMLHistoryPushMsg : public CSyncMLHistoryEntry |
Detailed Description
This class holds the result of a parsing a push msg. This class contains a counter that stores how many times the same message has been received.
Constructor & Destructor Documentation
~CSyncMLHistoryPushMsg ( )
IMPORT_C | ~CSyncMLHistoryPushMsg | ( | ) | [virtual] |
Member Function Documentation
AddAlertsL ( RPointerArray< CSmlAlertInfo > & )
AlertCount ( )
IMPORT_C TInt | AlertCount | ( | ) | const |
DynamicCast ( CSyncMLHistoryEntry * )
DynamicCast ( const CSyncMLHistoryEntry * )
ExternalizeL ( RWriteStream & )
IncReceivedCount ( )
IMPORT_C void | IncReceivedCount | ( | ) | |
MsgDigest ( )
IMPORT_C const TDesC8 & | MsgDigest | ( | ) | const |
ReceivedCount ( )
IMPORT_C TInt | ReceivedCount | ( | ) | const |
ResetAlerts ( )
IMPORT_C void | ResetAlerts | ( | ) | |
ResultCode ( )
IMPORT_C TInt | ResultCode | ( | ) | const [virtual] |
SetMsgDigest ( const TDesC8 & )
IMPORT_C void | SetMsgDigest | ( | const TDesC8 & | | ) | |
SetResultCode ( TInt )
IMPORT_C void | SetResultCode | ( | TInt | aResultCode | ) | |
TimeStamp ( )
IMPORT_C TTime | TimeStamp | ( | ) | const [virtual] |