CCoeFep::MDeferredFunctionCall Class Reference

#include <mw/fepbase.h>

class CCoeFep::MDeferredFunctionCall
Public Member Functions
pure virtual voidExecuteFunctionL()

Detailed Description

Enables FEPs to have some code called but not in the context of the current call stack, hence the name "deferred".

For an explanation of the intended use of this class, see CCoeFep::MakeDeferredFunctionCall().

Member Function Documentation

ExecuteFunctionL ( )

voidExecuteFunctionL()[pure virtual]

This function is called from within a high-priority active object's RunL() shortly after the active object has been queued by calling CCoeFep::MakeDeferredFunctionCall().