00001 #include "cl2appdocument.h" 00002 #include "cl2appappui.h" 00003 00004 /***koog 00005 (require codegen/replace) 00006 (replacement "CCl2appDocument") 00007 ***//***end***/ 00008 00009 /***koog (search-replace) ***/ 00010 CCl2appDocument::CCl2appDocument(CEikApplication& aApp) : 00011 CAknDocument(aApp) 00012 { 00013 } 00014 00015 CCl2appDocument::~CCl2appDocument() 00016 { 00017 } 00018 00019 void CCl2appDocument::ConstructL() 00020 { 00021 } 00022 00023 CCl2appDocument* CCl2appDocument::NewL(CEikApplication& aApp) 00024 { 00025 CCl2appDocument* self = new (ELeave) CCl2appDocument(aApp); 00026 CleanupStack::PushL(self); 00027 self->ConstructL(); 00028 CleanupStack::Pop(); 00029 return self; 00030 } 00031 00032 CEikAppUi* CCl2appDocument::CreateAppUiL() 00033 { 00034 return new (ELeave) CCl2appAppUi; 00035 } 00036 /***end***/
ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:49:52 2011 by Doxygen 1.6.1