CLbsSuplPushMsgInfo Class Reference

class CLbsSuplPushMsgInfo : public CBase

The nested utility class used for storing the message informaton while message is stored in the queue.

Inherits from

Constructor & Destructor Documentation

CLbsSuplPushMsgInfo(TInt, HBufC8 *)

CLbsSuplPushMsgInfo ( TInt aReqId,
HBufC8 * aMsg
)

Constructor.

Parameters

TInt aReqId [In] The message unique request id.
HBufC8 * aMsg [In] The message with the request id record in the start of the buffer. The ownership is passed to CLbsSuplPushMsgInfo here.

~CLbsSuplPushMsgInfo()

~CLbsSuplPushMsgInfo ( ) [virtual]

Destructor. The iMsg buffer is deleted here.

Member Data Documentation

HBufC8 * iMsg

HBufC8 * iMsg

The message data with the request id in the beginning

TInt iReqId

TInt iReqId

The id of the message delivery request