Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / Dock / src / DockingApp.cpp
1 //////////////////////////////////////\r
2 // DockingApp.cpp\r
3 \r
4 \r
5 #include "stdafx.h"\r
6 #include "DockingApp.h"\r
7 \r
8 \r
9 CDockingApp::CDockingApp()\r
10 {\r
11 }\r
12 \r
13 BOOL CDockingApp::InitInstance()\r
14 {\r
15     //Create the Window\r
16         if (!m_MainFrame.Create())\r
17                 return FALSE;   // End the application if the window creation fails\r
18 \r
19         return TRUE;\r
20 }\r
21 \r
22 \r

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