sources/network/ipaddress.h

changeset 184
afd63357a03d
parent 183
9b6a0daedfc0
child 186
9330b93d9946
--- a/sources/network/ipaddress.h	Wed Jan 27 14:05:39 2021 +0200
+++ b/sources/network/ipaddress.h	Wed Jan 27 14:06:45 2021 +0200
@@ -66,10 +66,6 @@
 	unsigned long host;
 	unsigned short port;
 
-	IPAddress();
-	IPAddress (unsigned long host, unsigned short port);
-	IPAddress (const IPAddress& other);
-
 	bool compare (const IPAddress& other) const;
 	unsigned char octet (int n) const;
 	void set_octet (int n, unsigned char oct);

mercurial