Socket.st
changeset 4795 58f0486fe4ba
parent 4791 1323fc4dc376
child 4796 3d3c49ddabdb
--- a/Socket.st	Tue Feb 05 11:12:17 2019 +0100
+++ b/Socket.st	Tue Feb 05 17:19:50 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1992 by Claus Gittinger
 	      All Rights Reserved
@@ -3757,9 +3759,11 @@
 !
 
 isActive
-    "return true, if the receiver has a connection"
+    "return true, if the receiver has a connection or is bound or listening"
 
     ^ handle notNil
+
+    "Modified (comment): / 05-02-2019 / 17:19:35 / Stefan Vogel"
 !
 
 isConnected