src/network/core/tcp.cpp
changeset 8130 d2eb7d04f6e1
parent 6121 2aae24b0881f
child 8131 160939e24ed3
equal deleted inserted replaced
8129:e6732d9340e9 8130:d2eb7d04f6e1
    14 #include "../../functions.h"
    14 #include "../../functions.h"
    15 
    15 
    16 #include "../network_data.h"
    16 #include "../network_data.h"
    17 #include "packet.h"
    17 #include "packet.h"
    18 #include "tcp.h"
    18 #include "tcp.h"
    19 #include "../../helpers.hpp"
       
    20 
    19 
    21 /** Very ugly temporary hack !!! */
    20 /** Very ugly temporary hack !!! */
    22 void NetworkTCPSocketHandler::Initialize()
    21 void NetworkTCPSocketHandler::Initialize()
    23 {
    22 {
    24 	this->sock              = INVALID_SOCKET;
    23 	this->sock              = INVALID_SOCKET;