Usermode/AxWin4 - Fix deserialiser, ::std::map for client windows, debugging
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / include / CClient.hpp
index 6e8a09b..a42d9fa 100644 (file)
@@ -10,6 +10,7 @@
 
 #include "CWindow.hpp"
 #include "serialisation.hpp"
+#include <map>
 
 namespace AxWin {
 
@@ -19,8 +20,8 @@ class CClient
 {
        IIPCChannel&    m_channel;
        
-       //::std::map<unsigned int,CWindow*>     m_windows;
-       CWindow*        m_windows[1];
+       ::std::map<unsigned int,CWindow*>       m_windows;
+       //CWindow*      m_windows[1];
 public:
        CClient(::AxWin::IIPCChannel& channel);
        virtual ~CClient();

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