Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / DockTabbedMDI / src / Simple.h
diff --git a/research/transmission_spectroscopy/TOF/Win32++/samples/DockTabbedMDI/src/Simple.h b/research/transmission_spectroscopy/TOF/Win32++/samples/DockTabbedMDI/src/Simple.h
new file mode 100644 (file)
index 0000000..5f57048
--- /dev/null
@@ -0,0 +1,22 @@
+//////////////////////////////////////////////////\r
+// Simple.h - Declaration of the CViewSimple class\r
+\r
+#ifndef SIMPLE_H\r
+#define SIMPLE_H\r
+\r
+\r
+\r
+// Declaration of the CViewSimple class\r
+class CViewSimple : public CWnd\r
+{\r
+public:\r
+       CViewSimple() {}\r
+       virtual ~CViewSimple() {}\r
+\r
+protected:\r
+       virtual void OnDraw(CDC* pDC);\r
+       virtual LRESULT WndProc(UINT uMsg, WPARAM wParam, LPARAM lParam);\r
+};\r
+\r
+\r
+#endif // SIMPLE_H\r

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