MRxDataObserver Class Reference
#include
<mw/http/framework/mrxdataobserver.h>
Detailed Description
An interface to be implemented by classes that wish to receive status information from an implementation of the CRxData class.
Member Function Documentation
SetStatusL ( CRxData &, TInt )
void | SetStatusL | ( | CRxData & | aRxData, |
| TInt | aStatus |
| ) | [pure virtual] |
Intended Usage: Receive a status message from the object that processes received data in a protocol handler.
Parameters |
---|
aRxData | The object which is processing the data. |
aStatus | The status (or error) code. |