00001
00002
00003
00004
00005 #ifndef __CAMERAWRAPPEREXAMPLEAPPLICATION_H__
00006 #define __CAMERAWRAPPEREXAMPLEAPPLICATION_H__
00007
00008
00009 #include <aknapp.h>
00010 #include "CameraWrapperExample.hrh"
00011
00012
00013
00014 const TUid KUidCameraWrapperExampleApp =
00015 {
00016 _UID3
00017 };
00018
00019
00020
00021 class CCameraWrapperExampleApplication : public CAknApplication
00022 {
00023 public:
00024
00025 TUid AppDllUid () const;
00026
00027 protected:
00028
00029 CApaDocument* CreateDocumentL ();
00030 };
00031
00032 #endif // __CAMERAWRAPPEREXAMPLEAPPLICATION_H__
00033
00034