class: Win32OperatingSystem
authorClaus Gittinger <cg@exept.de>
Fri, 15 Mar 2013 19:56:04 +0100
changeset 14889 eaddf47af679
parent 14888 14e264052fc0
child 14890 37618c9121f2
child 18033 c90d8fdd805d
class: Win32OperatingSystem protocolSymbol of
Win32OperatingSystem.st
--- a/Win32OperatingSystem.st	Fri Mar 15 17:55:51 2013 +0100
+++ b/Win32OperatingSystem.st	Fri Mar 15 19:56:04 2013 +0100
@@ -15839,6 +15839,7 @@
     anInteger isNil ifTrue:[^ nil].
     anInteger isSymbol ifTrue:[^ anInteger].
 
+    anInteger ==   0 ifTrue:[ ^ #ip ].
     anInteger ==   6 ifTrue:[ ^ #tcp ].
     anInteger ==  17 ifTrue:[ ^ #udp ].
     anInteger == 255 ifTrue:[ ^ #raw ].
@@ -16520,11 +16521,11 @@
 !Win32OperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.456 2013-03-11 16:00:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.457 2013-03-15 18:56:04 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.456 2013-03-11 16:00:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.457 2013-03-15 18:56:04 cg Exp $'
 !
 
 version_SVN