examples/ForumNokia/CameraExample/inc/CameraWrapperExampleApplication.h

00001 /*
00002  * Copyright (c) 2009 Nokia Corporation.
00003  */
00004 
00005 #ifndef __CAMERAWRAPPEREXAMPLEAPPLICATION_H__
00006 #define __CAMERAWRAPPEREXAMPLEAPPLICATION_H__
00007 
00008 // INCLUDES
00009 #include <aknapp.h>
00010 #include "CameraWrapperExample.hrh"
00011 
00012 // UID for the application;
00013 // this should correspond to the uid defined in the mmp file
00014 const TUid KUidCameraWrapperExampleApp =
00015     {
00016     _UID3
00017     };
00018 
00019 // CLASS DECLARATION
00020 
00021 class CCameraWrapperExampleApplication : public CAknApplication
00022     {
00023     public:
00024         // Functions from base classes
00025         TUid AppDllUid () const;
00026     
00027     protected:
00028         // Functions from base classes
00029         CApaDocument* CreateDocumentL ();
00030     };
00031 
00032 #endif // __CAMERAWRAPPEREXAMPLEAPPLICATION_H__
00033 
00034 // End of File

Generated by  doxygen 1.6.2