CMMFControllerProxyShutdown Class Reference

#include <mmf/common/mmfcontrollerframeworkclasses.h>

Link against: mmfcontrollerframework.lib

class CMMFControllerProxyShutdown : public CTimer

Inherits from

Detailed Description

Used to Kill the controller thread either immediately or after a timeout.

Used by the controller thread on startup to prevent orphaning if no sessions are created to it.

Member Function Documentation

NewL ( )

Create a new shutdown timer.

This method can leave with one of the system-wide error codes.

Since
7.0s

ShutdownNow ( )

voidShutdownNow()

Shut down the controller thread immediately.

Calls CActiveScheduler::Stop().

Since
7.0s

Start ( )

voidStart()

Start the shutdown timer. The RunL of this active object will be called after

EMMFControllerProxyShutdownDelay microseconds.

Since
7.0s