2009-08-18 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / mcs / doc-bootstrap.cs
index fb1092cf97059c5a82731e487af4915c50995c0b..edd9bf524c8c2b16b690748c7c1cfbbab6f9ca35 100644 (file)
@@ -4,13 +4,13 @@
 // Author:
 //     Raja R Harinath <rharinath@novell.com>
 //
-// Licensed under the terms of the GNU GPL
+// Dual licensed under the terms of the MIT X11 or GNU GPL
 //
-// (C) 2004 Novell, Inc.
+// Copyright 2004 Novell, Inc.
 //
 //
 
-#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, ParametersCompiled p, DeclSpace ds)
                {
                        return "";
                }
 
-               internal static void OnMethodGenerateDocComment (MethodCore mc, DeclSpace ds, XmlElement el)
+               internal static void OnMethodGenerateDocComment (MethodCore mc, XmlElement el)
                {
                }