Plug.st
changeset 226 c5a265ceddd1
parent 224 fe3164373601
child 228 8f73cdf66b60
--- a/Plug.st	Thu Apr 25 19:15:11 1996 +0200
+++ b/Plug.st	Fri Apr 26 09:12:31 1996 +0200
@@ -37,7 +37,8 @@
 "
     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.
+    Its main use is for the demo doIts, to play the role of a model,
+    when no actual model class is available for the demo.
 
     [author:]
         Claus Gittinger
@@ -124,5 +125,5 @@
 !Plug class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Plug.st,v 1.9 1996-04-25 16:53:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Plug.st,v 1.10 1996-04-26 07:12:31 cg Exp $'
 ! !