Location:
MRxDataObserver.h
class MRxDataObserver;
An interface to be implemented by classes that wish to receive status information from an implementation of the CRxData
class.
Defined in MRxDataObserver
:
MRDO_Reserved1()
, MRDO_Reserved2()
, SetStatusL()
virtual void SetStatusL(CRxData &aRxData, TInt aStatus)=0;
Intended Usage: Receive a status message from the object that processes received data in a protocol handler.
|
private: inline virtual void MRDO_Reserved2();