Go to the source code of this file.
Classes | |
class | CSensor_callstatus |
Defines | |
#define | CTOR_DECL_CSensor_callstatus |
#define | CTOR_IMPL_CSensor_callstatus |
#define CTOR_DECL_CSensor_callstatus |
public: static CSensor_callstatus* NewLC(ac_AppContext* aAppContext); \ public: static CSensor_callstatus* NewL(ac_AppContext* aAppContext); \ private: CSensor_callstatus(ac_AppContext* aAppContext); \ private: void ConstructL();
Definition at line 28 of file epoc-callstatus.hpp.
#define CTOR_IMPL_CSensor_callstatus |
CSensor_callstatus* CSensor_callstatus::NewLC(ac_AppContext* aAppContext) \ { \ CSensor_callstatus* obj = new (ELeave) CSensor_callstatus(aAppContext); \ CleanupStack::PushL(obj); \ obj->ConstructL(); \ return obj; \ } \ \ CSensor_callstatus* CSensor_callstatus::NewL(ac_AppContext* aAppContext) \ { \ CSensor_callstatus* obj = CSensor_callstatus::NewLC(aAppContext); \ CleanupStack::Pop(obj); \ return obj; \ } \ \ CSensor_callstatus::CSensor_callstatus(ac_AppContext* aAppContext) : iAppContext(aAppContext) \ {}
Definition at line 34 of file epoc-callstatus.hpp.
ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:49:58 2011 by Doxygen 1.6.1