ObjectMemory.st
branchjv
changeset 17757 73caeb68bf1f
parent 17756 f4d72b8d0d89
child 17761 b0e5971141bc
--- a/ObjectMemory.st	Sun Mar 21 19:37:43 2010 +0000
+++ b/ObjectMemory.st	Thu Apr 08 18:25:02 2010 +0100
@@ -663,6 +663,15 @@
 "
 ! !
 
+!ObjectMemory class methodsFor:'workarounds'!
+
+lookupMethodForMessage: message to: receiver from: senderMethod
+
+    "dummy method"
+    ^nil
+
+! !
+
 !ObjectMemory class methodsFor:'initialization'!
 
 initialize
@@ -5332,7 +5341,7 @@
 !ObjectMemory class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ObjectMemory.st 10508 2010-03-21 19:37:43Z vranyj1 $'
+    ^ '$Id: ObjectMemory.st 10510 2010-04-08 17:25:02Z vranyj1 $'
 !
 
 version_CVS