summaryrefslogtreecommitdiff
path: root/comm/InetAddress.h
diff options
context:
space:
mode:
Diffstat (limited to 'comm/InetAddress.h')
-rw-r--r--comm/InetAddress.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/comm/InetAddress.h b/comm/InetAddress.h
index eec1490..9a9f842 100644
--- a/comm/InetAddress.h
+++ b/comm/InetAddress.h
@@ -37,8 +37,8 @@ public:
int Family ();
int Length ();
SockAddr* GetSockAddr ();
-inline sword Port () { return Addr.sin_port; }
-inline lword Host () { return Addr.sin_addr.s_addr; }
+ sword Port ();
+ lword Host ();
char* StrRepr (char* buf = 0);
const char* GetHostName ();