protocol rename
authorClaus Gittinger <cg@exept.de>
Tue, 04 Sep 2001 21:00:43 +0200
changeset 5966 f0a8b760adf4
parent 5965 c9795f52d0c9
child 5967 ab762bb4f64f
protocol rename
OSHandle.st
--- a/OSHandle.st	Tue Sep 04 20:59:12 2001 +0200
+++ b/OSHandle.st	Tue Sep 04 21:00:43 2001 +0200
@@ -8,7 +8,7 @@
 !
 
 
-!OSHandle class methodsFor:'Compatibility - ST80'!
+!OSHandle class methodsFor:'Compatibility - VW'!
 
 currentOS
     "ST-80 compatibility."
@@ -30,5 +30,5 @@
 !OSHandle class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/OSHandle.st,v 1.3 2000-12-08 17:08:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/OSHandle.st,v 1.4 2001-09-04 19:00:43 cg Exp $'
 ! !