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:
authorMartin Baulig <martin@novell.com>2004-04-23 06:24:02 +0400
committerMartin Baulig <martin@novell.com>2004-04-23 06:24:02 +0400
commitdfedf08d980d94226d3633164af1696343cbf717 (patch)
tree0c821cc1e7c35951cb6cd047ac434461b4898c32 /mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoCollection.cs
parent84ce456dd22c91479af29f81fd6125bfe196e26b (diff)
2004-04-22 Martin Baulig <martin@ximian.com>
Renamed the `NET_1_2' conditional to `NET_2_0' in all files. svn path=/trunk/mcs/; revision=25877
Diffstat (limited to 'mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoCollection.cs')
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoCollection.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoCollection.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoCollection.cs
index fdfc80d584d..0a6d870058f 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoCollection.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoCollection.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;
using System.Collections;