CSensrvShutdown Class Reference

class CSensrvShutdown : public CTimer

Shutdown timer after the last client has disconnected.

Inherits from

Constructor & Destructor Documentation

CSensrvShutdown(CSensrvProxyManager &)

CSensrvShutdown(CSensrvProxyManager &aProxyManager)[private]

C++ default constructor.

Parameters

CSensrvProxyManager & aProxyManager

~CSensrvShutdown()

~CSensrvShutdown()[virtual]

Destructor.

Member Functions Documentation

ConstructL()

voidConstructL()[private]

By default Symbian 2nd phase constructor is private.

DoCancel()

voidDoCancel()[private, virtual]

From CTimer Cancel the shutdown timer.

NewL(CSensrvProxyManager &)

CSensrvShutdown *NewL(CSensrvProxyManager &aProxyManager)[static]

Two-phased constructor.

Parameters

CSensrvProxyManager & aProxyManager

RunL()

voidRunL()[private, virtual]

From CTimer Timer has expired, stop the RadioServer.

Start()

voidStart()

Starts the shutdown count down.

Member Data Documentation

CSensrvProxyManager & iProxyManager

CSensrvProxyManager &iProxyManager[private]