Go to the source code of this file.
Classes | |
class | CSmsTrigger |
Defines | |
#define | CTOR_DECL_CSmsTrigger |
#define | CTOR_IMPL_CSmsTrigger |
#define CTOR_DECL_CSmsTrigger |
public: static CSmsTrigger* NewLC(ac_AppContext* aAppContext); \ public: static CSmsTrigger* NewL(ac_AppContext* aAppContext); \ private: CSmsTrigger(ac_AppContext* aAppContext); \ private: void ConstructL();
Definition at line 30 of file kr_sms_trigger_epoc.hpp.
#define CTOR_IMPL_CSmsTrigger |
CSmsTrigger* CSmsTrigger::NewLC(ac_AppContext* aAppContext) \ { \ CSmsTrigger* obj = new (ELeave) CSmsTrigger(aAppContext); \ CleanupStack::PushL(obj); \ obj->ConstructL(); \ return obj; \ } \ \ CSmsTrigger* CSmsTrigger::NewL(ac_AppContext* aAppContext) \ { \ CSmsTrigger* obj = CSmsTrigger::NewLC(aAppContext); \ CleanupStack::Pop(obj); \ return obj; \ } \ \ CSmsTrigger::CSmsTrigger(ac_AppContext* aAppContext) : CActive(EPriorityStandard), iAppContext(aAppContext), iFs(ac_Fs(aAppContext)) \ {CActiveScheduler::Add(this);}
Definition at line 36 of file kr_sms_trigger_epoc.hpp.
ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:49:59 2011 by Doxygen 1.6.1