[Mono-bugs] [Bug 47847][Nor] Changed - LogicalCallContext created at wrong time in MethodCallMessage
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 23 Aug 2003 16:48:46 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by vladimir@pobox.com.
http://bugzilla.ximian.com/show_bug.cgi?id=47847
--- shadow/47847 2003-08-23 16:48:16.000000000 -0400
+++ shadow/47847.tmp.24782 2003-08-23 16:48:46.000000000 -0400
@@ -59,6 +59,11 @@
TestProxy tp = new TestProxy (typeof(TestClass));
TestClass tc = (TestClass) tp.GetTransparentProxy();
tc.Foo();
}
}
--- end ---
+
+------- Additional Comments From vladimir@pobox.com 2003-08-23 16:48 -------
+Created an attachment (id=5197)
+LogicalCallContext creation patch
+