#FEATURE by stefan
authorStefan Vogel <sv@exept.de>
Sat, 15 Feb 2020 18:43:21 +0100
changeset 5450 7bc191b240c5
parent 5449 2d0307116c52
child 5451 d98c8a76546d
#FEATURE by stefan class: Socket added: #isSSLSocket
Socket.st
--- a/Socket.st	Sat Feb 15 00:46:26 2020 +0100
+++ b/Socket.st	Sat Feb 15 18:43:21 2020 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1992 by Claus Gittinger
 	      All Rights Reserved
@@ -4497,6 +4495,12 @@
     "Created: / 06-02-2020 / 13:09:42 / Stefan Reise"
 ! !
 
+!Socket methodsFor:'testing'!
+
+isSSLSocket
+    ^ false
+! !
+
 !Socket methodsFor:'waiting'!
 
 waitForNewConnectionOrDataOnAny:otherConnections timeout:secondsOrTimeDurationOrNil