Lookup accepts new argument -> reference to ILC jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Sat, 01 Oct 2011 12:23:28 +0100
branchjv
changeset 17870 989a52aa1a13
parent 17869 9610c6c94e71
child 17871 19fef41751ee
Lookup accepts new argument -> reference to ILC
Lookup.st
--- a/Lookup.st	Thu Sep 29 16:44:37 2011 +0100
+++ b/Lookup.st	Sat Oct 01 12:23:28 2011 +0100
@@ -100,12 +100,18 @@
 		   directedTo: initialSearchClass
 
 
+!
+
+lookupMethodForSelector:selector directedTo:initialSearchClass for:aReceiver withArguments:argArrayOrNil from:sendingContext ilc: ilcCache
+    ^ self lookupMethodForSelector:selector directedTo:initialSearchClass for:aReceiver withArguments:argArrayOrNil from:sendingContext
+
+    "Created: / 01-10-2011 / 13:18:40 / Jan Kurs <kursjan@fit.cvut.cz>"
 ! !
 
 !Lookup class methodsFor:'documentation'!
 
 version_SVN
-    ^ '$Id: Lookup.st 10700 2011-09-29 15:44:37Z vranyj1 $'
+    ^ '$Id: Lookup.st 10701 2011-10-01 11:23:28Z kursjan $'
 ! !
 
 Lookup initialize!