#include <mmf/common/mmfcontrollerframeworkclasses.h>
Link against: mmfcontrollerframework.lib
class CMMFControllerProxySession : public MAsyncEventHandler |
Public Member Functions | |
---|---|
~CMMFControllerProxySession() | |
void | CreateL(const CMmfIpcServer &) |
CMMFControllerProxySession * | NewL() |
virtual TInt | SendEventToClient(const TMMFEvent &) |
void | ServiceL(const RMmfIpcMessage &) |
The controller proxy session.
Only one session can be connected to a controller proxy server.
void | CreateL | ( | const CMmfIpcServer & | aServer | ) |
Second phase constructor called by the CServer base class.
This function may leave with one of the system-wide error codes.
Parameters | |
---|---|
aServer | A reference to the server to which this session is attached. |
CMMFControllerProxySession * | NewL | ( | ) | [static] |
Construct the session.
This method may leave with one of the system-wide error codes.
Reimplemented from MAsyncEventHandler::SendEventToClient(const TMMFEvent &)
void | ServiceL | ( | const RMmfIpcMessage & | aMessage | ) |
Called by the CServer baseclass when a request has been made by the client.
This function may leave with on of the system-wide error codes. If
a leave occurs, the message will be automatically completed by the
RunError() of the Controller Proxy Server.
a TMMFMessage from this, and pass on the request to the controller
base class to handle.
Parameters | |
---|---|
aMessage | The request to be handled. The controller proxy session will create |