checkin from browser
authorClaus Gittinger <cg@exept.de>
Fri, 17 Apr 1998 20:51:47 +0200
changeset 659 7ac36c74cd21
parent 658 e5971ee29758
child 660 dd279b74eccf
checkin from browser
MethodRemoveChange.st
--- a/MethodRemoveChange.st	Fri Apr 17 16:33:24 1998 +0200
+++ b/MethodRemoveChange.st	Fri Apr 17 20:51:47 1998 +0200
@@ -15,6 +15,14 @@
     "Created: #className:selector: / 16.2.1998 / 12:51:57 / cg"
 ! !
 
+!MethodRemoveChange class methodsFor:'instance creation'!
+
+class:cls selector:selector 
+    ^ self basicNew class:cls selector:selector
+
+    "Created: / 17.4.1998 / 17:10:51 / cg"
+! !
+
 !MethodRemoveChange methodsFor:'accessing'!
 
 class:cls selector:sel
@@ -47,5 +55,5 @@
 !MethodRemoveChange class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/MethodRemoveChange.st,v 1.1 1998-02-16 13:59:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/MethodRemoveChange.st,v 1.2 1998-04-17 18:51:47 cg Exp $'
 ! !