SocketAddress.st
changeset 3523 66addfd9ee0a
parent 3521 7c99b949224b
child 3525 c18264bb92f2
--- a/SocketAddress.st	Tue Mar 03 00:30:01 2015 +0100
+++ b/SocketAddress.st	Tue Mar 03 00:30:17 2015 +0100
@@ -691,6 +691,12 @@
     "
 ! !
 
+!SocketAddress methodsFor:'converting'!
+
+asIPv4SocketAddressIfPossible
+    ^ self
+! !
+
 !SocketAddress methodsFor:'hashing'!
 
 hash
@@ -851,10 +857,10 @@
 !SocketAddress class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/SocketAddress.st,v 1.49 2015-03-02 23:21:37 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/SocketAddress.st,v 1.50 2015-03-02 23:30:17 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/SocketAddress.st,v 1.49 2015-03-02 23:21:37 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/SocketAddress.st,v 1.50 2015-03-02 23:30:17 stefan Exp $'
 ! !