Author: atsushi
Date: 2006-04-03 20:39:11 -0400 (Mon, 03 Apr 2006)
New Revision: 58991
Modified:
trunk/mcs/class/System/System.Security.Authentication/AuthenticationException.cs
trunk/mcs/class/System/System.Security.Authentication/ChangeLog
trunk/mcs/class/System/System.Security.Authentication/InvalidCredentialException.cs
Log:
2006-04-04 Atsushi Enomoto <[EMAIL PROTECTED]>
* AuthenticationException.cs InvalidCredentialException.cs :
fixed namespaces.
Modified:
trunk/mcs/class/System/System.Security.Authentication/AuthenticationException.cs
===================================================================
---
trunk/mcs/class/System/System.Security.Authentication/AuthenticationException.cs
2006-04-04 00:38:02 UTC (rev 58990)
+++
trunk/mcs/class/System/System.Security.Authentication/AuthenticationException.cs
2006-04-04 00:39:11 UTC (rev 58991)
@@ -34,7 +34,7 @@
#if NET_2_0
using System.Runtime.Serialization;
-namespace System
+namespace System.Security.Authentication
{
[Serializable]
public sealed class AuthenticationException : SystemException
Modified: trunk/mcs/class/System/System.Security.Authentication/ChangeLog
===================================================================
--- trunk/mcs/class/System/System.Security.Authentication/ChangeLog
2006-04-04 00:38:02 UTC (rev 58990)
+++ trunk/mcs/class/System/System.Security.Authentication/ChangeLog
2006-04-04 00:39:11 UTC (rev 58991)
@@ -1,3 +1,8 @@
+2006-04-04 Atsushi Enomoto <[EMAIL PROTECTED]>
+
+ * AuthenticationException.cs InvalidCredentialException.cs :
+ fixed namespaces.
+
2004-09-13 Tim Coleman <[EMAIL PROTECTED]>
* CipherAlgorithmType.cs ExchangeAlgorithmType.cs HashAlgorithmType.cs
* SslProtocolType.cs: New stubs for Fx 2.0
Modified:
trunk/mcs/class/System/System.Security.Authentication/InvalidCredentialException.cs
===================================================================
---
trunk/mcs/class/System/System.Security.Authentication/InvalidCredentialException.cs
2006-04-04 00:38:02 UTC (rev 58990)
+++
trunk/mcs/class/System/System.Security.Authentication/InvalidCredentialException.cs
2006-04-04 00:39:11 UTC (rev 58991)
@@ -34,7 +34,7 @@
#if NET_2_0
using System.Runtime.Serialization;
-namespace System
+namespace System.Security.Authentication
{
[Serializable]
public sealed class InvalidCredentialException : SystemException
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches