checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 23 Nov 1995 18:49:05 +0100
changeset 129 f890eaabc487
parent 128 dd248b6322d7
child 130 ddb0e9c49fc8
checkin from browser
AspctAdptr.st
AspectAdaptor.st
BuffValHldr.st
BufferedValueHolder.st
Model.st
PlugAdptr.st
PluggableAdaptor.st
ProtAdptr.st
ProtocolAdaptor.st
TriggerVal.st
TriggerValue.st
ValHolder.st
ValModel.st
ValueHolder.st
ValueModel.st
--- a/AspctAdptr.st	Thu Nov 23 18:46:48 1995 +0100
+++ b/AspctAdptr.st	Thu Nov 23 18:49:05 1995 +0100
@@ -127,10 +127,6 @@
 	    Transcript showCr:'data now: ' , data printString
 	]
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/AspctAdptr.st,v 1.8 1995-11-23 10:42:05 cg Exp $'
 ! !
 
 !AspectAdaptor class methodsFor:'instance creation'!
@@ -228,3 +224,8 @@
     ].
 ! !
 
+!AspectAdaptor class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/AspctAdptr.st,v 1.9 1995-11-23 17:49:05 cg Exp $'
+! !
--- a/AspectAdaptor.st	Thu Nov 23 18:46:48 1995 +0100
+++ b/AspectAdaptor.st	Thu Nov 23 18:49:05 1995 +0100
@@ -127,10 +127,6 @@
 	    Transcript showCr:'data now: ' , data printString
 	]
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview2/AspectAdaptor.st,v 1.8 1995-11-23 10:42:05 cg Exp $'
 ! !
 
 !AspectAdaptor class methodsFor:'instance creation'!
@@ -228,3 +224,8 @@
     ].
 ! !
 
+!AspectAdaptor class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview2/AspectAdaptor.st,v 1.9 1995-11-23 17:49:05 cg Exp $'
+! !
--- a/BuffValHldr.st	Thu Nov 23 18:46:48 1995 +0100
+++ b/BuffValHldr.st	Thu Nov 23 18:49:05 1995 +0100
@@ -106,10 +106,6 @@
 
 	Transcript show:firstName value; show:' '; showCr:lastName value
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/BuffValHldr.st,v 1.7 1995-11-23 10:42:14 cg Exp $'
 ! !
 
 !BufferedValueHolder class methodsFor:'initialization'!
@@ -198,3 +194,8 @@
     bufferedValue := NotYetAssigned
 ! !
 
+!BufferedValueHolder class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/BuffValHldr.st,v 1.8 1995-11-23 17:49:00 cg Exp $'
+! !
--- a/BufferedValueHolder.st	Thu Nov 23 18:46:48 1995 +0100
+++ b/BufferedValueHolder.st	Thu Nov 23 18:49:05 1995 +0100
@@ -106,10 +106,6 @@
 
 	Transcript show:firstName value; show:' '; showCr:lastName value
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview2/BufferedValueHolder.st,v 1.7 1995-11-23 10:42:14 cg Exp $'
 ! !
 
 !BufferedValueHolder class methodsFor:'initialization'!
@@ -198,3 +194,8 @@
     bufferedValue := NotYetAssigned
 ! !
 
+!BufferedValueHolder class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview2/BufferedValueHolder.st,v 1.8 1995-11-23 17:49:00 cg Exp $'
+! !
--- a/Model.st	Thu Nov 23 18:46:48 1995 +0100
+++ b/Model.st	Thu Nov 23 18:49:05 1995 +0100
@@ -49,10 +49,6 @@
 					Otherwise, a collection of dependents is
 					held here.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview2/Model.st,v 1.16 1995-11-23 10:42:21 cg Exp $'
 ! !
 
 !Model methodsFor:'copying'!
@@ -149,3 +145,8 @@
     ^ self subclassResponsibility
 ! !
 
+!Model class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview2/Model.st,v 1.17 1995-11-23 17:48:43 cg Exp $'
+! !
--- a/PlugAdptr.st	Thu Nov 23 18:46:48 1995 +0100
+++ b/PlugAdptr.st	Thu Nov 23 18:49:05 1995 +0100
@@ -184,10 +184,6 @@
 	a at:1 put:'1'.
 	a changed.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/PlugAdptr.st,v 1.8 1995-11-23 10:42:30 cg Exp $'
 ! !
 
 !PluggableAdaptor class methodsFor:'instance creation'!
@@ -299,3 +295,8 @@
     self model:aValueHolder
 ! !
 
+!PluggableAdaptor class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/PlugAdptr.st,v 1.9 1995-11-23 17:48:31 cg Exp $'
+! !
--- a/PluggableAdaptor.st	Thu Nov 23 18:46:48 1995 +0100
+++ b/PluggableAdaptor.st	Thu Nov 23 18:49:05 1995 +0100
@@ -184,10 +184,6 @@
 	a at:1 put:'1'.
 	a changed.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview2/PluggableAdaptor.st,v 1.8 1995-11-23 10:42:30 cg Exp $'
 ! !
 
 !PluggableAdaptor class methodsFor:'instance creation'!
@@ -299,3 +295,8 @@
     self model:aValueHolder
 ! !
 
+!PluggableAdaptor class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview2/PluggableAdaptor.st,v 1.9 1995-11-23 17:48:31 cg Exp $'
+! !
--- 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 $'
+! !
--- a/ProtocolAdaptor.st	Thu Nov 23 18:46:48 1995 +0100
+++ b/ProtocolAdaptor.st	Thu Nov 23 18:49:05 1995 +0100
@@ -90,10 +90,6 @@
 	a subjectChannel:model.
 	a value   
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview2/ProtocolAdaptor.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/ProtocolAdaptor.st,v 1.9 1995-11-23 17:48:19 cg Exp $'
+! !
--- a/TriggerVal.st	Thu Nov 23 18:46:48 1995 +0100
+++ b/TriggerVal.st	Thu Nov 23 18:49:05 1995 +0100
@@ -76,10 +76,6 @@
 
 	Transcript show:firstName value; show:' '; showCr:lastName value
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/TriggerVal.st,v 1.5 1995-11-23 10:42:58 cg Exp $'
 ! !
 
 !TriggerValue methodsFor:'accessing'!
@@ -92,3 +88,8 @@
     self changed:#value
 ! !
 
+!TriggerValue class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/TriggerVal.st,v 1.6 1995-11-23 17:48:25 cg Exp $'
+! !
--- a/TriggerValue.st	Thu Nov 23 18:46:48 1995 +0100
+++ b/TriggerValue.st	Thu Nov 23 18:49:05 1995 +0100
@@ -76,10 +76,6 @@
 
 	Transcript show:firstName value; show:' '; showCr:lastName value
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview2/TriggerValue.st,v 1.5 1995-11-23 10:42:58 cg Exp $'
 ! !
 
 !TriggerValue methodsFor:'accessing'!
@@ -92,3 +88,8 @@
     self changed:#value
 ! !
 
+!TriggerValue class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview2/TriggerValue.st,v 1.6 1995-11-23 17:48:25 cg Exp $'
+! !
--- a/ValHolder.st	Thu Nov 23 18:46:48 1995 +0100
+++ b/ValHolder.st	Thu Nov 23 18:49:05 1995 +0100
@@ -69,10 +69,6 @@
 	    Transcript show:firstName value; show:' '; showCr:lastName value
 	]
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/ValHolder.st,v 1.10 1995-11-23 10:43:07 cg Exp $'
 ! !
 
 !ValueHolder class methodsFor:'instance creation'!
@@ -122,3 +118,8 @@
     ^ value
 ! !
 
+!ValueHolder class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/ValHolder.st,v 1.11 1995-11-23 17:48:56 cg Exp $'
+! !
--- a/ValModel.st	Thu Nov 23 18:46:48 1995 +0100
+++ b/ValModel.st	Thu Nov 23 18:49:05 1995 +0100
@@ -48,10 +48,6 @@
     subclasses must redefine: #setValue: and #value
     (and optionally redefine #value:)
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/ValModel.st,v 1.12 1995-11-23 10:43:15 cg Exp $'
 ! !
 
 !ValueModel class methodsFor:'instance creation'!
@@ -138,3 +134,8 @@
     ]
 ! !
 
+!ValueModel class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/ValModel.st,v 1.13 1995-11-23 17:48:37 cg Exp $'
+! !
--- a/ValueHolder.st	Thu Nov 23 18:46:48 1995 +0100
+++ b/ValueHolder.st	Thu Nov 23 18:49:05 1995 +0100
@@ -69,10 +69,6 @@
 	    Transcript show:firstName value; show:' '; showCr:lastName value
 	]
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview2/ValueHolder.st,v 1.10 1995-11-23 10:43:07 cg Exp $'
 ! !
 
 !ValueHolder class methodsFor:'instance creation'!
@@ -122,3 +118,8 @@
     ^ value
 ! !
 
+!ValueHolder class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview2/ValueHolder.st,v 1.11 1995-11-23 17:48:56 cg Exp $'
+! !
--- a/ValueModel.st	Thu Nov 23 18:46:48 1995 +0100
+++ b/ValueModel.st	Thu Nov 23 18:49:05 1995 +0100
@@ -48,10 +48,6 @@
     subclasses must redefine: #setValue: and #value
     (and optionally redefine #value:)
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview2/ValueModel.st,v 1.12 1995-11-23 10:43:15 cg Exp $'
 ! !
 
 !ValueModel class methodsFor:'instance creation'!
@@ -138,3 +134,8 @@
     ]
 ! !
 
+!ValueModel class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview2/ValueModel.st,v 1.13 1995-11-23 17:48:37 cg Exp $'
+! !