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