Issue 507 remove company
[zxing.git] / symbian / ZXingBarcodeReader / inc / ZXingBarcodeReaderApplication.h
1 /*\r
2  * Copyright (c) 2009 Nokia Corporation.\r
3  */\r
4 \r
5 #ifndef __CAMERAWRAPPEREXAMPLEAPPLICATION_H__\r
6 #define __CAMERAWRAPPEREXAMPLEAPPLICATION_H__\r
7 \r
8 // INCLUDES\r
9 #include <aknapp.h>\r
10 #include "ZXingBarcodeReader.hrh"\r
11 \r
12 // UID for the application;\r
13 // this should correspond to the uid defined in the mmp file\r
14 const TUid KUidCameraWrapperExampleApp =\r
15     {\r
16     _UID3\r
17     };\r
18 \r
19 // CLASS DECLARATION\r
20 \r
21 class CZXingBarcodeReaderApplication : public CAknApplication\r
22     {\r
23     public:\r
24         // Functions from base classes\r
25         TUid AppDllUid () const;\r
26     \r
27     protected:\r
28         // Functions from base classes\r
29         CApaDocument* CreateDocumentL ();\r
30     };\r
31 \r
32 #endif // __CAMERAWRAPPEREXAMPLEAPPLICATION_H__\r
33 \r
34 // End of File\r