CObexSendOpTimeout Class Reference

class CObexSendOpTimeout : public CTimer

class CObexSendOpTimeout

Obex Send Operation Timeout active object:

Straightforward active object used for timeout operations by CObexServerSendOperation .

Inherits from

Constructor & Destructor Documentation

CObexSendOpTimeout()

CObexSendOpTimeout ( ) [private]

Constructor. Calls CTimer's constructor with priority EPriorityStandard

Member Functions Documentation

ConstructL()

void ConstructL ( ) [private]

Second phase constructor. Calls CTimer::ConstructL() , and adds itself to the active scheduler

leave
KErrXXX system wide error codes

NewL(CObexServerSendOperation *)

CObexSendOpTimeout * NewL ( CObexServerSendOperation * aSendOperation ) [static]

Canonical NewL function, which also sets the owner operation.

Parameters

CObexServerSendOperation * aSendOperation Obex send operation which will be "timed out" when the timer expires

RunL()

void RunL ( ) [private, virtual]

Calls the TimeOut method of the associated CObexServerSendOperation when the timer expires

leave
KErrXXX system wide error codes

Member Data Documentation

CObexServerSendOperation * iSendOperation

CObexServerSendOperation * iSendOperation [private]