Usermode/AxWin4 - Code now compiling (if STL is present)
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / CWindow.cpp
diff --git a/Usermode/Applications/axwin4_src/Server/CWindow.cpp b/Usermode/Applications/axwin4_src/Server/CWindow.cpp
new file mode 100644 (file)
index 0000000..79308cc
--- /dev/null
@@ -0,0 +1,30 @@
+/*
+ * Acess2 GUI v4
+ * - By John Hodge (thePowersGang)
+ *
+ * CWindow.cpp
+ * - Window
+ */
+#include <CWindow.hpp>
+
+namespace AxWin {
+
+CWindow::CWindow(CClient& client, const ::std::string& name):
+       m_client(client),
+       m_name(name),
+       m_rect(0,0,0,0)
+{
+       
+}
+
+CWindow::~CWindow()
+{
+}
+
+void CWindow::Repaint(const CRect& rect)
+{
+       
+}
+
+};
+

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