Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / Frame / src / View.h
diff --git a/research/transmission_spectroscopy/TOF/Win32++/samples/Frame/src/View.h b/research/transmission_spectroscopy/TOF/Win32++/samples/Frame/src/View.h
new file mode 100644 (file)
index 0000000..6f8540c
--- /dev/null
@@ -0,0 +1,25 @@
+//////////////////////////////////////////////////////\r
+// View.h\r
+\r
+#ifndef VIEW_H\r
+#define VIEW_H\r
+\r
+\r
+\r
+// Declaration of the CView class\r
+class CView : public CWnd\r
+{\r
+public:\r
+       CView();\r
+       virtual ~CView(){}\r
+\r
+protected:\r
+       virtual void OnDraw(CDC* pDC);\r
+       virtual void OnInitialUpdate();\r
+       virtual void PreCreate(CREATESTRUCT &cs);\r
+       virtual void PreRegisterClass(WNDCLASS &wc);\r
+       virtual LRESULT WndProc(UINT uMsg, WPARAM wParam, LPARAM lParam);\r
+};\r
+\r
+\r
+#endif // VIEW_H\r

UCC git Repository :: git.ucc.asn.au