examples/SFExamples/NotifierExample/Launchers/ExeLauncher_UIQ3/inc/ExeLauncher_UIQ3Application.h

00001 /*
00002 ============================================================================
00003  Name           : CExeLauncher_UIQ3Application from ExeLauncher_UIQ3Application.h
00004  Author   : Hamish Willee
00005  Version         :
00006  Copyright   : (C) Symbian 2007
00007  Description : Declares main application class.
00008 ============================================================================
00009 */
00010 
00011 #ifndef EXELAUNCHER_UIQ3APPAPPLICATION_H
00012 #define EXELAUNCHER_UIQ3APPAPPLICATION_H
00013 
00014 #include <QikApplication.h>
00015 
00021 class CExeLauncher_UIQ3Application : public CQikApplication
00022         {
00023 private:
00024         CApaDocument* CreateDocumentL();
00025         TUid AppDllUid() const;
00026         CApaApplication* NewApplication();
00027         };
00028 
00029 #endif // EXELAUNCHER_UIQ3APPAPPLICATION_H

Generated by  doxygen 1.6.2