up_poster_epoc.hpp File Reference

Go to the source code of this file.

Classes

class  MDataSupplier
class  CFileDataSupplier
class  MPosterObserver
class  CPosterAo

Defines

#define KMultiPartBoundaryMaxLen   48
#define POSTER_SUCCESS   1
#define POSTER_TRANSIENT_FAILURE   2
#define POSTER_PERMANENT_FAILURE   3
#define CTOR_DECL_CPosterAo
#define CTOR_IMPL_CPosterAo

Define Documentation

#define CTOR_DECL_CPosterAo
Value:
public: static CPosterAo* NewLC(MPosterObserver& anObserver, TUint32 aIapId); \
public: static CPosterAo* NewL(MPosterObserver& anObserver, TUint32 aIapId); \
private: CPosterAo(MPosterObserver& anObserver, TUint32 aIapId); \
private: void ConstructL();

Definition at line 85 of file up_poster_epoc.hpp.

Value:
CPosterAo* CPosterAo::NewLC(MPosterObserver& anObserver, TUint32 aIapId) \
{ \
  CPosterAo* obj = new (ELeave) CPosterAo(anObserver, aIapId); \
  CleanupStack::PushL(obj); \
  obj->ConstructL(); \
  return obj; \
} \
 \
CPosterAo* CPosterAo::NewL(MPosterObserver& anObserver, TUint32 aIapId) \
{ \
  CPosterAo* obj = CPosterAo::NewLC(anObserver, aIapId); \
  CleanupStack::Pop(obj); \
  return obj; \
} \
 \
CPosterAo::CPosterAo(MPosterObserver& anObserver, TUint32 aIapId) : iObserver(anObserver), iIapId(aIapId) \
{}

Definition at line 91 of file up_poster_epoc.hpp.

#define KMultiPartBoundaryMaxLen   48

Definition at line 29 of file up_poster_epoc.hpp.

#define POSTER_PERMANENT_FAILURE   3

Definition at line 73 of file up_poster_epoc.hpp.

Referenced by CUploader::PosterEvent().

#define POSTER_SUCCESS   1

Definition at line 71 of file up_poster_epoc.hpp.

Referenced by CPosterAo::MHFRunL(), and CUploader::PosterEvent().

#define POSTER_TRANSIENT_FAILURE   2

Definition at line 72 of file up_poster_epoc.hpp.

Referenced by CPosterAo::MHFRunL(), and CUploader::PosterEvent().


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