ValModel.st
changeset 68 43b867285d01
parent 66 6ee963fd8e27
child 69 225a9efd50f5
--- a/ValModel.st	Wed May 03 20:15:57 1995 +0200
+++ b/ValModel.st	Sat May 06 16:15:18 1995 +0200
@@ -5,6 +5,19 @@
 	 category:'Interface-Support'
 !
 
+!ValueModel class methodsFor:'documentation'!
+
+documentation
+"
+    abstract superclass for ValueHolders and Adaptors.
+
+    Notice: this class was implemented using protocol information
+    from alpha testers - 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.
+"
+! !
+
 !ValueModel class methodsFor:'instance creation'!
 
 new