ZXing on Symbian using OpenC++ (currently only Qr decoder)
[zxing.git] / symbian / ZXingBarcodeReader / inc / CameraWrapperExampleApplication.h
diff --git a/symbian/ZXingBarcodeReader/inc/CameraWrapperExampleApplication.h b/symbian/ZXingBarcodeReader/inc/CameraWrapperExampleApplication.h
new file mode 100644 (file)
index 0000000..3b6d4a6
--- /dev/null
@@ -0,0 +1,34 @@
+/*\r
+ * Copyright (c) 2009 Nokia Corporation.\r
+ */\r
+\r
+#ifndef __CAMERAWRAPPEREXAMPLEAPPLICATION_H__\r
+#define __CAMERAWRAPPEREXAMPLEAPPLICATION_H__\r
+\r
+// INCLUDES\r
+#include <aknapp.h>\r
+#include "CameraWrapperExample.hrh"\r
+\r
+// UID for the application;\r
+// this should correspond to the uid defined in the mmp file\r
+const TUid KUidCameraWrapperExampleApp =\r
+    {\r
+    _UID3\r
+    };\r
+\r
+// CLASS DECLARATION\r
+\r
+class CCameraWrapperExampleApplication : public CAknApplication\r
+    {\r
+    public:\r
+        // Functions from base classes\r
+        TUid AppDllUid () const;\r
+    \r
+    protected:\r
+        // Functions from base classes\r
+        CApaDocument* CreateDocumentL ();\r
+    };\r
+\r
+#endif // __CAMERAWRAPPEREXAMPLEAPPLICATION_H__\r
+\r
+// End of File\r