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

void ConstructL ( ) [private]

By default Symbian 2nd phase constructor is private.

DoCancel()

void DoCancel ( ) [private, virtual]

From CTimer Cancel the shutdown timer.

NewL(CSensrvProxyManager &)

CSensrvShutdown * NewL ( CSensrvProxyManager & aProxyManager ) [static]

Two-phased constructor.

Parameters

CSensrvProxyManager & aProxyManager

RunL()

void RunL ( ) [private, virtual]

From CTimer Timer has expired, stop the RadioServer.

Start()

void Start ( )

Starts the shutdown count down.

Member Data Documentation

CSensrvProxyManager & iProxyManager

CSensrvProxyManager & iProxyManager [private]