epoc-indicator.hpp File Reference

Go to the source code of this file.

Classes

class  CSensor_indicator

Defines

#define CTOR_DECL_CSensor_indicator
#define CTOR_IMPL_CSensor_indicator

Define Documentation

#define CTOR_DECL_CSensor_indicator
Value:
public: static CSensor_indicator* NewLC(ac_AppContext* aAppContext); \
public: static CSensor_indicator* NewL(ac_AppContext* aAppContext); \
private: CSensor_indicator(ac_AppContext* aAppContext); \
private: void ConstructL();

Definition at line 26 of file epoc-indicator.hpp.

Value:
CSensor_indicator* CSensor_indicator::NewLC(ac_AppContext* aAppContext) \
{ \
  CSensor_indicator* obj = new (ELeave) CSensor_indicator(aAppContext); \
  CleanupStack::PushL(obj); \
  obj->ConstructL(); \
  return obj; \
} \
 \
CSensor_indicator* CSensor_indicator::NewL(ac_AppContext* aAppContext) \
{ \
  CSensor_indicator* obj = CSensor_indicator::NewLC(aAppContext); \
  CleanupStack::Pop(obj); \
  return obj; \
} \
 \
CSensor_indicator::CSensor_indicator(ac_AppContext* aAppContext) : CActive(EPriorityStandard), iAppContext(aAppContext), iIndicatorDes(iIndicator) \
{CActiveScheduler::Add(this);}

Definition at line 32 of file epoc-indicator.hpp.


ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:49:58 2011 by Doxygen 1.6.1