File diff r23482:de566f8c088d → r23483:3733e6b8ff17
src/network/core/tcp_listen.h
Show inline comments
 
@@ -20,8 +20,6 @@
 
#include "../../debug.h"
 
#include "table/strings.h"
 

	
 
#ifdef ENABLE_NETWORK
 

	
 
/**
 
 * Template for TCP listeners.
 
 * @param Tsocket      The class we create sockets for.
 
@@ -173,6 +171,4 @@ public:
 

	
 
template <class Tsocket, PacketType Tfull_packet, PacketType Tban_packet> SocketList TCPListenHandler<Tsocket, Tfull_packet, Tban_packet>::sockets;
 

	
 
#endif /* ENABLE_NETWORK */
 

	
 
#endif /* NETWORK_CORE_TCP_LISTEN_H */