CMMFControllerProxyShutdown Class Reference
#include
<mmf/common/mmfcontrollerframeworkclasses.h>
Link against: mmfcontrollerframework.lib
class CMMFControllerProxyShutdown : public CTimer |
Inherits from
- CMMFControllerProxyShutdown
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.
Start ( )
Start the shutdown timer. The RunL of this active object will be called after EMMFControllerProxyShutdownDelay microseconds.