Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / Performance / src / TestWnd.h
diff --git a/research/transmission_spectroscopy/TOF/Win32++/samples/Performance/src/TestWnd.h b/research/transmission_spectroscopy/TOF/Win32++/samples/Performance/src/TestWnd.h
new file mode 100644 (file)
index 0000000..168029d
--- /dev/null
@@ -0,0 +1,31 @@
+//////////////////////////////////////////////////////\r
+// TestWnd.h\r
+//  Declaration of the CTestWindow class\r
+\r
+#ifndef TESTWND_H\r
+#define TESTWND_H\r
+\r
+\r
+\r
+class CTestWindow : public CWnd\r
+{\r
+public:\r
+       CTestWindow();\r
+       virtual ~CTestWindow(){}\r
+       virtual void CreateWin(int i);\r
+       virtual void OnInitialUpdate();\r
+\r
+private:\r
+       enum Constants\r
+       {\r
+               WM_WINDOWCREATED     = WM_USER+1,\r
+               WM_TESTMESSAGE       = WM_USER+2\r
+       };\r
+\r
+       virtual LRESULT WndProc(UINT uMsg, WPARAM wParam, LPARAM lParam);\r
+\r
+       int m_nWindow;\r
+};\r
+\r
+\r
+#endif  //TESTWIN_H\r

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