sources/network/ipaddress.h

changeset 8
8b697d30c49f
parent 7
01e4e9ae323a
child 9
e7a09ceb4505
--- a/sources/network/ipaddress.h	Thu Dec 11 06:13:32 2014 +0200
+++ b/sources/network/ipaddress.h	Thu Dec 11 07:18:11 2014 +0200
@@ -30,7 +30,7 @@
 	static METHOD resolve (String node, bool* ok = &sink) -> IPAddress;
 };
 
-extern const IPAddress localhost;
+static const unsigned long localhost = 0x7F000001;
 
 inline METHOD
 IPAddress::operator[] (int n) const -> unsigned char

mercurial