
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 |
Definition at line 24 of file cmtprequestunknown.h.
| CMTPRequestUnknown::~CMTPRequestUnknown | ( | ) |
Destructor
Definition at line 37 of file cmtprequestunknown.cpp.
| CMTPRequestUnknown::CMTPRequestUnknown | ( | MMTPDataProviderFramework & | aFramework, | |
| MMTPConnection & | aConnection | |||
| ) | [protected] |
Standard c++ constructor
Definition at line 45 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 26 of file cmtprequestunknown.cpp.
| void CMTPRequestUnknown::ServiceL | ( | ) | [protected, virtual] |
OpenSession request handler
Implements CMTPExampleDpRequestProcessor.
Definition at line 55 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 66 of file cmtprequestunknown.cpp.
1.5.3