[Mono-bugs] [Bug 45520][Blo] Changed - regression: MCS 0.25 is not able to resolve alias to nested class
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Fri, 4 Jul 2003 15:31:32 -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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=45520
--- shadow/45520 Fri Jul 4 15:31:09 2003
+++ shadow/45520.tmp.14943 Fri Jul 4 15:31:32 2003
@@ -70,6 +70,17 @@
public class RemoteLoggingSinkImpl : RemoteLoggingSink {
public override void LogEvents(object[] events) {
}
}
}
+
+------- Additional Comments From martin@ximian.com 2003-07-04 15:31 -------
+namespace log4net.Appender {
+ public class RemoteLogging {
+ public class RemoteLoggingSink {
+ public virtual void LogEvents(object[] events) {
+ }
+ }
+ }
+}
+