CMTPRequestUnknown Class Reference

Inherits CMTPExampleDpRequestProcessor.

List of all members.

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

Detailed Description

Defines device data provider OpenSession request processor

Definition at line 24 of file cmtprequestunknown.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

MMTPExampleDpRequestProcessor * CMTPRequestUnknown::NewL ( MMTPDataProviderFramework &  aFramework,
MMTPConnection &  aConnection 
) [static]

Two-phase construction method

Parameters:
aFramework The data provider framework
aConnection The connection from which the request comes
Returns:
a pointer to the created request processor object

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

Parameters:
aRequest The request to match
aConnection The connection from which the request comes
Returns:
always return ETrue to process all unknown request

Reimplemented from CMTPExampleDpRequestProcessor.

Definition at line 66 of file cmtprequestunknown.cpp.


Generated by  doxygen 1.6.2