#include <mw/fepbase.h>
class CCoeFep::MDeferredFunctionCall |
Public Member Functions | |
---|---|
pure virtual void | ExecuteFunctionL() |
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().
void | ExecuteFunctionL | ( | ) | [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().