(svn r15914) -Codechange: let the content handling make use of NetworkAddress.

This commit is contained in:
rubidium
2009-04-02 18:35:59 +00:00
parent b2e7941783
commit 804370d964
5 changed files with 29 additions and 12 deletions

View File

@@ -426,7 +426,7 @@ DEF_CONTENT_RECEIVE_COMMAND(Client, PACKET_CONTENT_SERVER_CONTENT)
* @param sin the IP/port of the server
*/
ClientNetworkContentSocketHandler::ClientNetworkContentSocketHandler() :
NetworkContentSocketHandler(INVALID_SOCKET, NULL),
NetworkContentSocketHandler(),
curFile(NULL),
curInfo(NULL),
isConnecting(false)