SocketAddress.st
changeset 4313 d72bb2507c8e
parent 3983 08ddc72557a9
child 4340 18c7da5b1b1c
--- a/SocketAddress.st	Fri Feb 10 11:22:15 2017 +0100
+++ b/SocketAddress.st	Fri Feb 10 11:24:47 2017 +0100
@@ -540,6 +540,14 @@
     ^ self subclassResponsibility
 !
 
+isAbstract
+    "Return if this class is an abstract class.
+     True is returned here for myself only; false for subclasses.
+     Abstract subclasses must redefine this again."
+
+    ^ self == SocketAddress.
+!
+
 knownClassFromCode:code
     "this is a compatibility method;
      VW expects the internal unix codes here - however, in ST/X,