diff -r 2b4bb1522872 -r 4456e3f3ddb4 IPSocketAddress.st --- a/IPSocketAddress.st Thu May 13 20:57:02 2004 +0200 +++ b/IPSocketAddress.st Fri May 14 13:39:41 2004 +0200 @@ -227,10 +227,14 @@ !IPSocketAddress methodsFor:'obsolete'! address + + ^ self hostAddress ! portOrName + + ^ self port ! ! @@ -323,5 +327,5 @@ !IPSocketAddress class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic2/IPSocketAddress.st,v 1.26 2003-11-28 11:18:01 stefan Exp $' + ^ '$Header: /cvs/stx/stx/libbasic2/IPSocketAddress.st,v 1.27 2004-05-14 11:39:41 stefan Exp $' ! !