00001 /* 00002 ======================================================================== 00003 Name : ExeLauncher_S60Application.h 00004 Author : Hamish Willee 00005 Copyright : (C) Symbian 2007 00006 Description : 00007 ======================================================================== 00008 */ 00009 #ifndef EXELAUNCHER_S60APPLICATION_H 00010 #define EXELAUNCHER_S60APPLICATION_H 00011 00012 // [[[ begin generated region: do not modify [Generated Includes] 00013 #include <aknapp.h> 00014 // ]]] end generated region [Generated Includes] 00015 00016 // [[[ begin generated region: do not modify [Generated Constants] 00017 const TUid KUidExeLauncher_S60Application = { 0xE6C2134E }; 00018 // ]]] end generated region [Generated Constants] 00019 00027 class CExeLauncher_S60Application : public CAknApplication 00028 { 00029 private: 00030 TUid AppDllUid() const; 00031 CApaDocument* CreateDocumentL(); 00032 00033 }; 00034 00035 #endif // EXELAUNCHER_S60APPLICATION_H