Browse Source

2003-06-11 Sebastien Pouliot <[email protected]>

	* SignedXml.cs: Changed USE_VERSION_1_0 for NET_1_0.
	* Transform.cs: Changed USE_VERSION_1_0 for NET_1_0.

svn path=/trunk/mcs/; revision=15357
Sebastien Pouliot 22 years ago
parent
commit
4dce7be6f7

+ 5 - 0
mcs/class/System.Security/System.Security.Cryptography.Xml/ChangeLog

@@ -1,3 +1,8 @@
+2003-06-11  Sebastien Pouliot <[email protected]>
+
+	* SignedXml.cs: Changed USE_VERSION_1_0 for NET_1_0.
+	* Transform.cs: Changed USE_VERSION_1_0 for NET_1_0.
+
 2003-05-25  Sebastien Pouliot  <[email protected]>
 
 	* XmlSignature.cs: Changed string "RetrievalElement" to "RetrievalMethod"

+ 1 - 1
mcs/class/System.Security/System.Security.Cryptography.Xml/SignedXml.cs

@@ -346,7 +346,7 @@ namespace System.Security.Cryptography.Xml {
 			signature.LoadXml (value);
 		}
 
-#if ! USE_VERSION_1_0
+#if ! NET_1_0
 		private XmlResolver xmlResolver;
 
 		[MonoTODO("property not (yet) used in class")]

+ 1 - 1
mcs/class/System.Security/System.Security.Cryptography.Xml/Transform.cs

@@ -49,7 +49,7 @@ namespace System.Security.Cryptography.Xml {
 
 		public abstract void LoadInput (object obj);
 
-#if ! USE_VERSION_1_0
+#if ! NET_1_0
 		private XmlResolver xmlResolver;
 
 		[MonoTODO("property not (yet) used in derived classes")]