File diff r25387:bf3342b9f35a → r25388:32b23efdcf4e
src/network/core/tcp.h
Show inline comments
 
@@ -77,7 +77,7 @@ protected:
 
	NetworkAddress address;
 

	
 
public:
 
	TCPConnecter(const NetworkAddress &address);
 
	TCPConnecter(const std::string &connection_string, uint16 default_port);
 
	/** Silence the warnings */
 
	virtual ~TCPConnecter() {}