epoc-smsevent.hpp File Reference

Go to the source code of this file.

Classes

class  CSensor_smsevent

Defines

#define CTOR_DECL_CSensor_smsevent
#define CTOR_IMPL_CSensor_smsevent

Define Documentation

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

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

Value:
CSensor_smsevent* CSensor_smsevent::NewLC(ac_AppContext* aAppContext) \
{ \
  CSensor_smsevent* obj = new (ELeave) CSensor_smsevent(aAppContext); \
  CleanupStack::PushL(obj); \
  obj->ConstructL(); \
  return obj; \
} \
 \
CSensor_smsevent* CSensor_smsevent::NewL(ac_AppContext* aAppContext) \
{ \
  CSensor_smsevent* obj = CSensor_smsevent::NewLC(aAppContext); \
  CleanupStack::Pop(obj); \
  return obj; \
} \
 \
CSensor_smsevent::CSensor_smsevent(ac_AppContext* aAppContext) : iAppContext(aAppContext) \
{}

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


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