documentation
authorClaus Gittinger <cg@exept.de>
Thu, 25 Apr 1996 18:53:11 +0200
changeset 224 fe3164373601
parent 223 b65dc250db8d
child 225 7c62c2ffb363
documentation
Plug.st
--- a/Plug.st	Thu Apr 25 18:43:54 1996 +0200
+++ b/Plug.st	Thu Apr 25 18:53:11 1996 +0200
@@ -38,6 +38,9 @@
     A Plug is an objcet which simulates a protocol and evaluates
     a corresponding block when receiving messages.
     Its main use is for the demo doIts, to play the role of a model.
+
+    [author:]
+        Claus Gittinger
 "
 !
 
@@ -121,5 +124,5 @@
 !Plug class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Plug.st,v 1.8 1996-02-10 13:11:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Plug.st,v 1.9 1996-04-25 16:53:11 cg Exp $'
 ! !