MESMRTaskFactory Class Reference

class MESMRTaskFactory

MESMRTaskFactory defines interface for creating ES MR tasks.

    MESMRTaskFactory* factory = ...

esmrtasks.lib

Constructor & Destructor Documentation

~MESMRTaskFactory()

~MESMRTaskFactory()[inline, virtual]

Virtual C++ destructor.

Member Functions Documentation

CreateTaskL(TESMRCommand, MESMRCalEntry &)

MESMRTask *CreateTaskL(TESMRCommandaCommand,
MESMRCalEntry &aEntry
)[pure virtual]

Creates ES MR task. Ownership is transferred to caller.

Parameters

TESMRCommand aCommandCommand id
MESMRCalEntry & aEntryReference to entry being handled.