AspectAdaptor.st
changeset 217 08a8e312d0e4
parent 129 f890eaabc487
child 223 b65dc250db8d
--- a/AspectAdaptor.st	Thu Apr 25 13:09:36 1996 +0200
+++ b/AspectAdaptor.st	Thu Apr 25 13:15:56 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 ProtocolAdaptor subclass:#AspectAdaptor
-	 instanceVariableNames:'myAspect getMsg putMsg'
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'Interface-Support-Models'
+	instanceVariableNames:'myAspect getMsg putMsg'
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Interface-Support-Models'
 !
 
 !AspectAdaptor class methodsFor:'documentation'!
@@ -50,6 +50,9 @@
     from alpha testers and PD code - it may not be complete or compatible to
     the corresponding ST-80 class. If you encounter any incompatibilities,
     please forward a note to the ST/X team.
+
+    [see also:]
+        ValueHolder Model
 "
 !
 
@@ -227,5 +230,5 @@
 !AspectAdaptor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/AspectAdaptor.st,v 1.9 1995-11-23 17:49:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/AspectAdaptor.st,v 1.10 1996-04-25 11:15:56 cg Exp $'
 ! !