Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.XML/System.Xml/XmlSecureResolver.cs')
-rw-r--r--mcs/class/System.XML/System.Xml/XmlSecureResolver.cs20
1 files changed, 12 insertions, 8 deletions
diff --git a/mcs/class/System.XML/System.Xml/XmlSecureResolver.cs b/mcs/class/System.XML/System.Xml/XmlSecureResolver.cs
index 553181388ee..a2395c6bd80 100644
--- a/mcs/class/System.XML/System.Xml/XmlSecureResolver.cs
+++ b/mcs/class/System.XML/System.Xml/XmlSecureResolver.cs
@@ -1,11 +1,3 @@
-//
-// System.Xml.XmlSecureResolver.cs
-//
-// Author: Atsushi Enomoto (ginga@kit.hi-ho.ne.jp)
-//
-// (C) 2003 Atsushi Enomoto
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
//
// Permission is hereby granted, free of charge, to any person obtaining
@@ -27,6 +19,17 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
+#if NET_1_0
+#endif
+#if NET_1_1
+//
+// System.Xml.XmlSecureResolver.cs
+//
+// Author: Atsushi Enomoto (ginga@kit.hi-ho.ne.jp)
+//
+// (C) 2003 Atsushi Enomoto
+// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
+//
using System.Net;
using System.Security;
@@ -132,3 +135,4 @@ namespace System.Xml
}
}
+#endif