ProtAdptr.st
changeset 129 f890eaabc487
parent 125 fa5b5e4336bf
child 186 68bd07dcdfa7
--- a/ProtAdptr.st	Thu Nov 23 18:46:48 1995 +0100
+++ b/ProtAdptr.st	Thu Nov 23 18:49:05 1995 +0100
@@ -90,10 +90,6 @@
 	a subjectChannel:model.
 	a value   
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/ProtAdptr.st,v 1.8 1995-11-23 10:42:39 cg Exp $'
 ! !
 
 !ProtocolAdaptor class methodsFor:'instance creation'!
@@ -296,3 +292,8 @@
     subjectSendsUpdates := false. 
 ! !
 
+!ProtocolAdaptor class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/ProtAdptr.st,v 1.9 1995-11-23 17:48:19 cg Exp $'
+! !