dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Security/Cryptography


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Security/Cryptography CryptographicException.cs,1.4,1.5 CryptographicUnexpectedOperationException.cs,1.4,1.5
Date: Mon, 26 May 2003 00:41:24 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography
In directory subversions:/tmp/cvs-serv26070/runtime/System/Security/Cryptography

Modified Files:
        CryptographicException.cs 
        CryptographicUnexpectedOperationException.cs 
Log Message:


Add the CONFIG_SERIALIZATION option to the profiles.


Index: CryptographicException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/CryptographicException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** CryptographicException.cs   7 Apr 2003 04:22:52 -0000       1.4
--- CryptographicException.cs   26 May 2003 04:41:21 -0000      1.5
***************
*** 42,48 ****
--- 42,50 ----
        public CryptographicException(int hr)
                : base(_("Crypto_Exception")) {}
+ #if CONFIG_SERIALIZATION
        protected CryptographicException(SerializationInfo info,
                                                                         
StreamingContext context)
                : base(info, context) {}
+ #endif
  
        // Get the default message to use for this exception type.

Index: CryptographicUnexpectedOperationException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/CryptographicUnexpectedOperationException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** CryptographicUnexpectedOperationException.cs        7 Apr 2003 04:22:52 
-0000       1.4
--- CryptographicUnexpectedOperationException.cs        26 May 2003 04:41:21 
-0000      1.5
***************
*** 43,49 ****
--- 43,51 ----
                                (String format, String insert)
                : base(String.Format(format, insert)) {}
+ #if CONFIG_SERIALIZATION
        protected CryptographicUnexpectedOperationException
                                (SerializationInfo info, StreamingContext 
context)
                : base(info, context) {}
+ #endif
  
        // Get the default message to use for this exception type.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]