Author: lluis
Date: 2005-06-15 13:46:18 -0400 (Wed, 15 Jun 2005)
New Revision: 46061
Modified:
trunk/mcs/class/System/System.Net.Configuration/ChangeLog
trunk/mcs/class/System/System.Net.Configuration/HttpCachePolicyElement.cs
trunk/mcs/class/System/System.Net.Configuration/SmtpElement.cs
Log:
2005-06-15 Lluis Sanchez Gual <[EMAIL PROTECTED]>
* HttpCachePolicyElement.cs:
* SmtpElement.cs: Track 2.0 API changes.
Modified: trunk/mcs/class/System/System.Net.Configuration/ChangeLog
===================================================================
--- trunk/mcs/class/System/System.Net.Configuration/ChangeLog 2005-06-15
17:45:27 UTC (rev 46060)
+++ trunk/mcs/class/System/System.Net.Configuration/ChangeLog 2005-06-15
17:46:18 UTC (rev 46061)
@@ -1,3 +1,8 @@
+2005-06-15 Lluis Sanchez Gual <[EMAIL PROTECTED]>
+
+ * HttpCachePolicyElement.cs:
+ * SmtpElement.cs: Track 2.0 API changes.
+
2005-06-14 Lluis Sanchez Gual <[EMAIL PROTECTED]>
* SettingsSection.cs, UriParserElement.cs, MailSettingsSection.cs,
Modified:
trunk/mcs/class/System/System.Net.Configuration/HttpCachePolicyElement.cs
===================================================================
--- trunk/mcs/class/System/System.Net.Configuration/HttpCachePolicyElement.cs
2005-06-15 17:45:27 UTC (rev 46060)
+++ trunk/mcs/class/System/System.Net.Configuration/HttpCachePolicyElement.cs
2005-06-15 17:46:18 UTC (rev 46061)
@@ -94,13 +94,13 @@
#region Methods
[MonoTODO]
- protected override void Deserialize (XmlReader reader, bool
serializeCollectionKey)
+ protected override void DeserializeElement (XmlReader reader,
bool serializeCollectionKey)
{
throw new NotImplementedException ();
}
[MonoTODO]
- protected override void Reset (ConfigurationElement
parentElement, object context)
+ protected override void Reset (ConfigurationElement
parentElement)
{
throw new NotImplementedException ();
}
Modified: trunk/mcs/class/System/System.Net.Configuration/SmtpElement.cs
===================================================================
--- trunk/mcs/class/System/System.Net.Configuration/SmtpElement.cs
2005-06-15 17:45:27 UTC (rev 46060)
+++ trunk/mcs/class/System/System.Net.Configuration/SmtpElement.cs
2005-06-15 17:46:18 UTC (rev 46061)
@@ -89,16 +89,6 @@
}
#endregion // Properties
-
- #region Methods
-
- [MonoTODO]
- protected override void ValidateRequiredProperties
(ConfigurationPropertyCollection props, bool serializeCollectionKey)
- {
- throw new NotImplementedException ();
- }
-
- #endregion // Methods
}
}
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches