Inherits CMTPExampleDpRequestProcessor.
Public Member Functions | |
~CMTPRequestUnknown () | |
Static Public Member Functions | |
static MMTPExampleDpRequestProcessor * | NewL (MMTPDataProviderFramework &aFramework, MMTPConnection &aConnection) |
Protected Member Functions | |
CMTPRequestUnknown (MMTPDataProviderFramework &aFramework, MMTPConnection &aConnection) | |
virtual void | ServiceL () |
virtual TBool | Match (const TMTPTypeRequest &aRequest, MMTPConnection &aConnection) const |
Defines device data provider OpenSession request processor
Definition at line 38 of file cmtprequestunknown.h.
CMTPRequestUnknown::~CMTPRequestUnknown | ( | ) |
Destructor
Definition at line 51 of file cmtprequestunknown.cpp.
CMTPRequestUnknown::CMTPRequestUnknown | ( | MMTPDataProviderFramework & | aFramework, | |
MMTPConnection & | aConnection | |||
) | [protected] |
Standard c++ constructor
Definition at line 59 of file cmtprequestunknown.cpp.
MMTPExampleDpRequestProcessor * CMTPRequestUnknown::NewL | ( | MMTPDataProviderFramework & | aFramework, | |
MMTPConnection & | aConnection | |||
) | [static] |
Two-phase construction method
aFramework | The data provider framework | |
aConnection | The connection from which the request comes |
Definition at line 40 of file cmtprequestunknown.cpp.
void CMTPRequestUnknown::ServiceL | ( | ) | [protected, virtual] |
OpenSession request handler
Implements CMTPExampleDpRequestProcessor.
Definition at line 69 of file cmtprequestunknown.cpp.
TBool CMTPRequestUnknown::Match | ( | const TMTPTypeRequest & | aRequest, | |
MMTPConnection & | aConnection | |||
) | const [protected, virtual] |
Override to match both the unknown requests
aRequest | The request to match | |
aConnection | The connection from which the request comes |
Reimplemented from CMTPExampleDpRequestProcessor.
Definition at line 80 of file cmtprequestunknown.cpp.