[Mono-bugs] [Bug 70129][Nor] Changed - Private events are not really private
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 2 Dec 2004 22:31:14 -0500 (EST)
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 duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=70129
--- shadow/70129 2004-12-02 22:30:26.000000000 -0500
+++ shadow/70129.tmp.3929 2004-12-02 22:31:14.000000000 -0500
@@ -89,6 +89,11 @@
}
I fixed this by copying PropertyExpr.InstanceResolve into EventExpr.
That means there are now 2 identical methods inside PropertyExpr and
EventExpr. Maybe it's time to add a new common base class for the two,
so that these 2 methods can be shared.
+
+------- Additional Comments From duncan@ximian.com 2004-12-02 22:31 -------
+Created an attachment (id=13392)
+event-visibility.patch (2nd revision)
+