Usermode/AxWin4 - Fix deserialiser, ::std::map for client windows, debugging
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / CClient.cpp
index f61ca31..9fe806e 100644 (file)
@@ -32,10 +32,13 @@ CWindow* CClient::GetWindow(int ID)
 
 void CClient::SetWindow(int ID, CWindow* window)
 {
+       _SysDebug("SetWindow(ID=%i,window=%p)", ID, window);
        if( m_windows[ID] ) {
                delete m_windows[ID];
        }
+       _SysDebug("SetWindow - Set", ID, window);
        m_windows[ID] = window;
+       _SysDebug("SetWindow - END");
 }
 
 void CClient::HandleMessage(CDeserialiser& message)

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