* IMembershipCondition.cs (Equals,ToString): Disable when building
authorRaja R Harinath <harinath@hurrynot.org>
Fri, 7 Jan 2005 08:23:45 +0000 (08:23 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Fri, 7 Jan 2005 08:23:45 +0000 (08:23 -0000)
with older mcs.

svn path=/trunk/mcs/; revision=38475

mcs/class/corlib/System.Security.Policy/ChangeLog
mcs/class/corlib/System.Security.Policy/IMembershipCondition.cs

index 29b7443895f44f7fbc67b74d9e2e2defcc0bcebd..096e6777fbbbf13fdc8d6d056b7cb596c0789011 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-07  Raja R Harinath  <rharinath@novell.com>
+
+       * IMembershipCondition.cs (Equals,ToString): Disable when building
+       with older mcs.
+
 2005-01-04  Sebastien Pouliot  <sebastien@ximian.com>
 
        * CodeGroup.cs: Removed FIXME as this was fixed (when?) in [g]mcs.
index 03649059c77c450c85e804cc35cffd57cb070ba9..79fc499d0dae582097c3dafddd91f9e629144d07 100644 (file)
@@ -33,8 +33,10 @@ namespace System.Security.Policy
                {\r
                        bool Check (Evidence evidence);\r
                        IMembershipCondition Copy ();\r
+#if !BOOTSTRAP_WITH_OLDLIB
                        bool Equals (object obj);\r
                        string ToString ();\r
+#endif
                }\r
 }\r
 \r