Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / DockTabbedMDI / src / Simple.h
1 //////////////////////////////////////////////////\r
2 // Simple.h - Declaration of the CViewSimple class\r
3 \r
4 #ifndef SIMPLE_H\r
5 #define SIMPLE_H\r
6 \r
7 \r
8 \r
9 // Declaration of the CViewSimple class\r
10 class CViewSimple : public CWnd\r
11 {\r
12 public:\r
13         CViewSimple() {}\r
14         virtual ~CViewSimple() {}\r
15 \r
16 protected:\r
17         virtual void OnDraw(CDC* pDC);\r
18         virtual LRESULT WndProc(UINT uMsg, WPARAM wParam, LPARAM lParam);\r
19 };\r
20 \r
21 \r
22 #endif // SIMPLE_H\r

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