WrappedMethod.st
changeset 9 f5b6ab00bdf6
parent 8 3fba2acf0eeb
child 10 676ce0471de4
--- a/WrappedMethod.st	Thu Jun 02 13:36:35 1994 +0200
+++ b/WrappedMethod.st	Thu Jun 02 19:20:20 1994 +0200
@@ -1,4 +1,14 @@
-'From Smalltalk/X, Version:2.10.1 on 7-may-1994 at 20:55:26'!
+"
+ COPYRIGHT (c) 1994 by Claus Gittinger
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
 
 Method subclass:#WrappedMethod
 	 instanceVariableNames:''
@@ -7,6 +17,40 @@
 	 category:'Kernel-Methods'
 !
 
+WrappedMethod comment:'
+COPYRIGHT (c) 1994 by Claus Gittinger
+              All Rights Reserved
+
+'!
+
+!WrappedMethod class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 1994 by Claus Gittinger
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
+
+version
+"
+$Header: /cvs/stx/stx/libbasic3/WrappedMethod.st,v 1.2 1994-06-02 17:20:20 claus Exp $
+"
+!
+
+documentation
+"
+    support for MessageTracer
+"
+! !
+
 !WrappedMethod methodsFor:'queries'!
 
 isWrapped