version at the end
authorClaus Gittinger <cg@exept.de>
Mon, 27 Nov 1995 23:34:10 +0100
changeset 98 123d948aacd1
parent 97 16fca8aec034
child 99 a68010289e33
version at the end
CallChain.st
MessageTally.st
MessageTracer.st
MsgTally.st
MsgTracer.st
ProfileTree.st
--- a/CallChain.st	Sat Nov 25 19:03:25 1995 +0100
+++ b/CallChain.st	Mon Nov 27 23:34:10 1995 +0100
@@ -40,10 +40,6 @@
     (MessageTally could have used the contexts themself, but these
      may create more overhead)
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic3/CallChain.st,v 1.7 1995-11-23 02:10:29 cg Exp $'
 ! !
 
 !CallChain methodsFor:'accessing'!
@@ -91,3 +87,8 @@
     ^ class == someInfo methodClass
 ! !
 
+!CallChain class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic3/CallChain.st,v 1.8 1995-11-27 22:32:48 cg Exp $'
+! !
--- a/MessageTally.st	Sat Nov 25 19:03:25 1995 +0100
+++ b/MessageTally.st	Mon Nov 27 23:34:10 1995 +0100
@@ -67,10 +67,6 @@
      MessageTally spyOn:[SystemBrowser open ]
      MessageTally spyDetailedOn:[SystemBrowser open ]
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic3/MessageTally.st,v 1.14 1995-11-23 02:10:47 cg Exp $'
 ! !
 
 !MessageTally class methodsFor:'instance creation'!
@@ -275,3 +271,8 @@
     ^ endTime - startTime
 ! !
 
+!MessageTally class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic3/MessageTally.st,v 1.15 1995-11-27 22:33:21 cg Exp $'
+! !
--- a/MessageTracer.st	Sat Nov 25 19:03:25 1995 +0100
+++ b/MessageTracer.st	Mon Nov 27 23:34:10 1995 +0100
@@ -175,10 +175,6 @@
      MessageTracer trapAll:o.
      o collect:[:el | el].
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic3/MessageTracer.st,v 1.22 1995-11-23 02:11:11 cg Exp $'
 ! !
 
 !MessageTracer class methodsFor:'initialization'!
@@ -1428,4 +1424,9 @@
     "
 ! !
 
+!MessageTracer class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic3/MessageTracer.st,v 1.23 1995-11-27 22:34:10 cg Exp $'
+! !
 MessageTracer initialize!
--- a/MsgTally.st	Sat Nov 25 19:03:25 1995 +0100
+++ b/MsgTally.st	Mon Nov 27 23:34:10 1995 +0100
@@ -67,10 +67,6 @@
      MessageTally spyOn:[SystemBrowser open ]
      MessageTally spyDetailedOn:[SystemBrowser open ]
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic3/Attic/MsgTally.st,v 1.14 1995-11-23 02:10:47 cg Exp $'
 ! !
 
 !MessageTally class methodsFor:'instance creation'!
@@ -275,3 +271,8 @@
     ^ endTime - startTime
 ! !
 
+!MessageTally class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic3/Attic/MsgTally.st,v 1.15 1995-11-27 22:33:21 cg Exp $'
+! !
--- a/MsgTracer.st	Sat Nov 25 19:03:25 1995 +0100
+++ b/MsgTracer.st	Mon Nov 27 23:34:10 1995 +0100
@@ -175,10 +175,6 @@
      MessageTracer trapAll:o.
      o collect:[:el | el].
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic3/Attic/MsgTracer.st,v 1.22 1995-11-23 02:11:11 cg Exp $'
 ! !
 
 !MessageTracer class methodsFor:'initialization'!
@@ -1428,4 +1424,9 @@
     "
 ! !
 
+!MessageTracer class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic3/Attic/MsgTracer.st,v 1.23 1995-11-27 22:34:10 cg Exp $'
+! !
 MessageTracer initialize!
--- a/ProfileTree.st	Sat Nov 25 19:03:25 1995 +0100
+++ b/ProfileTree.st	Mon Nov 27 23:34:10 1995 +0100
@@ -38,10 +38,6 @@
     This is is used as a companion to MessageTally.
     Instances of it are used to represent the calling tree.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic3/ProfileTree.st,v 1.7 1995-11-23 02:11:50 cg Exp $'
 ! !
 
 !ProfileTree methodsFor:'accessing'!
@@ -264,3 +260,8 @@
     ]
 ! !
 
+!ProfileTree class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic3/ProfileTree.st,v 1.8 1995-11-27 22:33:04 cg Exp $'
+! !