Object.st
changeset 15514 a9a6355f89d4
parent 15501 43d3929a8fc0
child 15519 16eaca36aac8
--- a/Object.st	Thu Jul 11 16:27:10 2013 +0200
+++ b/Object.st	Thu Jul 11 16:41:49 2013 +0200
@@ -9171,6 +9171,10 @@
     ^ false
 !
 
+isSocketAddress
+    ^ false
+!
+
 isSpecialInstrumentationInfoLiteral
     "return true, if the receiver is a special instrumentation info
      object as placed into the literal array of instrumented methods"
@@ -9693,11 +9697,11 @@
 !Object class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.729 2013-07-09 12:42:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.730 2013-07-11 14:41:49 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.729 2013-07-09 12:42:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.730 2013-07-11 14:41:49 stefan Exp $'
 !
 
 version_SVN