]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/sckipc.cpp
wxDateTime starting to work, more tests for it and for threads in console sample
[wxWidgets.git] / src / common / sckipc.cpp
index 5652d901ccf6fbd69959ed08bf8434ba11e0ddd2..fa5863aa2c008b80ffc5c4a3b83fd834a0ba2f3a 100644 (file)
@@ -135,7 +135,6 @@ wxConnectionBase *wxTCPClient::MakeConnection (const wxString& host,
     delete client;
     return NULL;
   }
-  return NULL;
 }
 
 wxConnectionBase *wxTCPClient::OnMakeConnection()
@@ -215,7 +214,7 @@ bool wxTCPConnection::Disconnect ()
   return TRUE;
 }
 
-bool wxTCPConnection::Execute (wxChar *data, int size, wxIPCFormat format)
+bool wxTCPConnection::Execute (const wxChar *data, int size, wxIPCFormat format)
 {
   if (!m_sock->IsConnected())
     return FALSE;