2002-01-06 Ravi Pratap <ravi@ximian.com>
authorRavi Pratap M <ravi@mono-cvs.ximian.com>
Sun, 6 Jan 2002 10:26:35 +0000 (10:26 -0000)
committerRavi Pratap M <ravi@mono-cvs.ximian.com>
Sun, 6 Jan 2002 10:26:35 +0000 (10:26 -0000)
* ConfigurationSettings.cs, IgnoreSectionHandler.cs : MonoTODO decoration

* SingleTagSectionHandler.cs, DictionarySectionHandler.cs,
NameValueSectionHandler.cs : Ditto.

svn path=/trunk/mcs/; revision=1866

mcs/class/System/System.Configuration/ChangeLog
mcs/class/System/System.Configuration/ConfigurationSettings.cs
mcs/class/System/System.Configuration/DictionarySectionHandler.cs
mcs/class/System/System.Configuration/IgnoreSectionHandler.cs
mcs/class/System/System.Configuration/NameValueSectionHandler.cs
mcs/class/System/System.Configuration/SingleTagSectionHandler.cs

index 888d9adaa7e829a97f4e6635c837fdfee476f47b..b183672b1ca085852801915f5824f3c3c902d852 100644 (file)
@@ -1,3 +1,10 @@
+2002-01-06  Ravi Pratap  <ravi@ximian.com>
+
+       * ConfigurationSettings.cs, IgnoreSectionHandler.cs : MonoTODO decoration
+
+       * SingleTagSectionHandler.cs, DictionarySectionHandler.cs, 
+       NameValueSectionHandler.cs : Ditto.
+
 2001-08-28  Christopher Podurgiel <cpodurgiel@msn.com>
        * IConfigurationSectionHandler.cs: Added reference to System.Xml.
        
index 15919d618738cc0690ddde621b68760f01fdd73f..909dcdf6992fa91488c04f31bd102ec95fa34356 100644 (file)
@@ -126,6 +126,7 @@ namespace System.Configuration
                /// <param name="xmlDoc">An xml Configuration Document.</param>\r
                /// <param name="sectionName">The name of the configuration section that configuration settings are read from.</param>\r
                /// <returns>The name of the Handler Object for this configuration section, including the name if its Assembly.</returns>
+               [MonoTODO]
                private static string GetSectionHanderType(XmlDocument xmlDoc, string sectionName)
                {
                        //TODO: This method does not account for sectionGroups yet.
index c361a1b14d30b9df7c5d17004e45e97cd06276e4..14eb65af6bcf4c359a2a9a3f8596a2121e9658ae 100644 (file)
@@ -38,6 +38,7 @@ namespace System.Configuration
                /// <param name="context">Provides access to the virtual path for which the configuration section handler computes configuration values. Normally this parameter is reserved and is null.</param>\r
                /// <param name="section">The XML node that contains the configuration information to be handled. section provides direct access to the XML contents of the configuration section.</param>\r
                /// <returns></returns>\r
+               [MonoTODO]\r
                public object Create(object parent, object context, XmlNode section)\r
                {\r
                        //FIXME: Enter a meaningful error message\r
index 4b31428b839a66ded545705610faa3df39c5d8fb..4a0f558b395449c91e2999208eacbdef3e0b0102 100644 (file)
@@ -20,6 +20,7 @@ namespace System.Configuration
                /// <summary>\r
                ///             IgnoreSectionHandler Constructor\r
                /// </summary>\r
+               [MonoTODO]\r
                public IgnoreSectionHandler()\r
                {\r
                        //\r
@@ -34,6 +35,7 @@ namespace System.Configuration
                /// <param name="configContext">Provides access to the virtual path for which the configuration section handler computes configuration values. Normally this parameter is reserved and is null.</param>\r
                /// <param name="section">The XML node that contains the configuration information to be handled. section provides direct access to the XML contents of the configuration section.</param>\r
                /// <returns></returns>\r
+               [MonoTODO]\r
                public virtual object Create(object parent, object configContext, XmlNode section)\r
                {\r
                        //FIXME: Add Implemetation code here.\r
index 5acece0a33ca6791c8cb075c6a5a6a27caf6144e..0e88bf44950fcb9ea6fddcc348825dfe61642758 100644 (file)
@@ -42,6 +42,7 @@ namespace System.Configuration
                /// <param name="context">Provides access to the virtual path for which the configuration section handler computes configuration values. Normally this parameter is reserved and is null.</param>
                /// <param name="section">The XML node that contains the configuration information to be handled. section provides direct access to the XML contents of the configuration section.</param>
                /// <returns></returns>
+               [MonoTODO]
                public object Create(object parent, object context, XmlNode section)
                {
                        //FIXME: I'm not quite sure how to implement 'parent' or 'context'.
index f81a2a2a83360865e6220813236f713dcc4649ed..d01b3f893d28b210866d6ff8fd47afce0ef0259c 100644 (file)
@@ -20,6 +20,7 @@ namespace System.Configuration
        public class SingleTagSectionHandler : IConfigurationSectionHandler
        {
 
+               [MonoTODO]
                public SingleTagSectionHandler()
                {
                        //
@@ -34,6 +35,7 @@ namespace System.Configuration
                /// <param name="context"></param>
                /// <param name="section">The name of the configuration section.</param>
                /// <returns></returns>
+               [MonoTODO]
                public object Create(object parent, object context, XmlNode section)
                {
                        //FIXME: I'm not quite sure how to implement 'parent' or 'context'.