*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 07 Feb 1998 13:53:59 +0100
changeset 648 b7e0ef4b3781
parent 647 abc0329b81a8
child 649 e8cfff2a5d6c
*** empty log message ***
MethodChange.st
MethodChg.st
--- a/MethodChange.st	Sat Feb 07 13:53:28 1998 +0100
+++ b/MethodChange.st	Sat Feb 07 13:53:59 1998 +0100
@@ -56,6 +56,12 @@
     selector := sel.
     source := src.
     methodCategory := cat
+!
+
+selector
+    ^ selector
+
+    "Created: / 6.2.1998 / 13:29:25 / cg"
 ! !
 
 !MethodChange methodsFor:'printing'!
@@ -69,5 +75,5 @@
 !MethodChange class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/MethodChange.st,v 1.13 1996-04-25 17:04:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/MethodChange.st,v 1.14 1998-02-07 12:53:59 cg Exp $'
 ! !
--- a/MethodChg.st	Sat Feb 07 13:53:28 1998 +0100
+++ b/MethodChg.st	Sat Feb 07 13:53:59 1998 +0100
@@ -56,6 +56,12 @@
     selector := sel.
     source := src.
     methodCategory := cat
+!
+
+selector
+    ^ selector
+
+    "Created: / 6.2.1998 / 13:29:25 / cg"
 ! !
 
 !MethodChange methodsFor:'printing'!
@@ -69,5 +75,5 @@
 !MethodChange class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/Attic/MethodChg.st,v 1.13 1996-04-25 17:04:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/Attic/MethodChg.st,v 1.14 1998-02-07 12:53:59 cg Exp $'
 ! !