examples/SFExamples/NotifierExample/Launchers/ExeLauncher_S60/inc/ExeLauncher_S60Document.h

00001 /*
00002 ========================================================================
00003  Name        : ExeLauncher_S60Document.h
00004  Author      : Hamish Willee
00005  Copyright   : (C) Symbian 2007
00006  Description : 
00007 ========================================================================
00008 */
00009 #ifndef EXELAUNCHER_S60DOCUMENT_H
00010 #define EXELAUNCHER_S60DOCUMENT_H
00011 
00012 #include <akndoc.h>
00013                 
00014 class CEikAppUi;
00015 
00021 class CExeLauncher_S60Document : public CAknDocument
00022         {
00023 public: 
00024         // constructor
00025         static CExeLauncher_S60Document* NewL( CEikApplication& aApp );
00026 
00027 private: 
00028         // constructors
00029         CExeLauncher_S60Document( CEikApplication& aApp );
00030         void ConstructL();
00031         
00032 public: 
00033         // from base class CEikDocument
00034         CEikAppUi* CreateAppUiL();
00035         };
00036 #endif // EXELAUNCHER_S60DOCUMENT_H

Generated by  doxygen 1.6.2