condition tests passes
[mono.git] / mcs / mcs / doc-bootstrap.cs
index fb1092cf97059c5a82731e487af4915c50995c0b..6683099f6328f8679b985da8cec6b6e1951a7645 100644 (file)
@@ -10,7 +10,7 @@
 //
 //
 
-#if BOOTSTRAP_WITH_OLDLIB
+#if BOOTSTRAP_WITH_OLDLIB || NET_2_1
 
 using XmlElement = System.Object;
 
@@ -25,12 +25,12 @@ namespace Mono.CSharp {
                {
                }
 
-               public static string GetMethodDocCommentName (MethodCore mc, DeclSpace ds)
+               public static string GetMethodDocCommentName (MemberCore mc, Parameters p, DeclSpace ds)
                {
                        return "";
                }
 
-               internal static void OnMethodGenerateDocComment (MethodCore mc, DeclSpace ds, XmlElement el)
+               internal static void OnMethodGenerateDocComment (MethodCore mc, XmlElement el)
                {
                }