UDSocketAddress.st
changeset 799 b109b39813b4
parent 488 b0c17a5ff8ea
child 816 489e7876ab3e
--- a/UDSocketAddress.st	Wed Sep 01 12:16:11 1999 +0200
+++ b/UDSocketAddress.st	Thu Sep 02 17:18:54 1999 +0200
@@ -14,7 +14,7 @@
 	instanceVariableNames:'name'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'ST80-Compatibility'
+	category:'Compatibility-ST80'
 !
 
 !UDSocketAddress class methodsFor:'documentation'!
@@ -93,5 +93,5 @@
 !UDSocketAddress class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/UDSocketAddress.st,v 1.4 1997-01-27 11:38:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/UDSocketAddress.st,v 1.5 1999-09-02 15:18:24 cg Exp $'
 ! !