[Mono-bugs] [Bug 22597] Changed - Interface method implementation not found at runtime
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
28 Mar 2002 04:42:18 -0000
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 mkestner@speakeasy.net.
http://bugzilla.ximian.com/show_bug.cgi?id=22597
--- shadow/22597 Wed Mar 27 17:49:10 2002
+++ shadow/22597.tmp.26955 Wed Mar 27 23:42:18 2002
@@ -1,12 +1,12 @@
Bug#: 22597
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: NEW
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: mkestner@speakeasy.net
@@ -47,6 +47,11 @@
The class that isn't working (BoxedGen) inherits from class StructBase
and implements IGeneratable. The BoxedGen class doesn't itself have
an implementation of certain parts of IGeneratable (like the CName
property above), but StructBase does, so the runtime should be using
StructBase's implementation of these interfaces.
+
+------- Additional Comments From mkestner@speakeasy.net 2002-03-27 23:42 -------
+Not sure how this got into NEEDINFO state, but no info has been
+requested or annotated in the bug, so I'm reopening it so it doesn't
+get overlooked. If someone needs info on this, let me know what you need.