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()

voidConstructL()[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 * aSendOperationObex send operation which will be "timed out" when the timer expires

RunL()

voidRunL()[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]