cl2appdocument.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 
00003 #ifndef CL2APPDOCUMENT_H
00004 #define CL2APPDOCUMENT_H
00005 
00006 #include <akndoc.h>
00007 
00008 class CEikAppUi;
00009 
00010 class CCl2appDocument : public CAknDocument
00011 {
00012 public:
00013   static CCl2appDocument* NewL(CEikApplication& aApp);
00014   virtual ~CCl2appDocument();
00015 
00016 private:
00017   CCl2appDocument(CEikApplication& aApp);
00018   void ConstructL();
00019   CEikAppUi* CreateAppUiL();
00020 };
00021 
00022 #endif // CL2APPDOCUMENT_H

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