epoc-callstatus.hpp File Reference

Go to the source code of this file.

Classes

class  CSensor_callstatus

Defines

#define CTOR_DECL_CSensor_callstatus
#define CTOR_IMPL_CSensor_callstatus

Define Documentation

#define CTOR_DECL_CSensor_callstatus
Value:
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.

Value:
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