MRxDataObserver Class Reference

#include <mw/http/framework/mrxdataobserver.h>

class MRxDataObserver
Public Member Functions
pure virtual voidSetStatusL(CRxData &, TInt)

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 )

voidSetStatusL(CRxData &aRxData,
TIntaStatus
)[pure virtual]

Intended Usage: Receive a status message from the object that processes received data in a protocol handler.

Parameters
aRxDataThe object which is processing the data.
aStatusThe status (or error) code.