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

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

[Dotgnu-pnet-commits] CVS: pnetlib/System/Configuration DictionarySectio


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System/Configuration DictionarySectionHandler.cs,1.1,1.2 IgnoreSectionHandler.cs,1.1,1.2 NameValueFileSectionHandler.cs,1.1,1.2NameValueSectionHandler.cs,1.1,1.2 SingleTagSectionHandler.cs,1.2,1.3
Date: Tue, 10 Jun 2003 00:55:48 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/System/Configuration
In directory subversions:/tmp/cvs-serv8150/System/Configuration

Modified Files:
        DictionarySectionHandler.cs IgnoreSectionHandler.cs 
        NameValueFileSectionHandler.cs NameValueSectionHandler.cs 
        SingleTagSectionHandler.cs 
Log Message:
Minor fix to SECOND_PASS mode of Configuration files


Index: DictionarySectionHandler.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/Configuration/DictionarySectionHandler.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** DictionarySectionHandler.cs 25 May 2003 07:13:43 -0000      1.1
--- DictionarySectionHandler.cs 10 Jun 2003 04:55:45 -0000      1.2
***************
*** 55,59 ****
        // Create a configuration object for a section.
        [TODO]
!       Object Create(Object parent, Object configContext, XmlNode section)
                        {
                                // TODO
--- 55,59 ----
        // Create a configuration object for a section.
        [TODO]
!       public Object Create(Object parent, Object configContext, XmlNode 
section)
                        {
                                // TODO

Index: IgnoreSectionHandler.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/Configuration/IgnoreSectionHandler.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** IgnoreSectionHandler.cs     25 May 2003 07:13:43 -0000      1.1
--- IgnoreSectionHandler.cs     10 Jun 2003 04:55:45 -0000      1.2
***************
*** 36,40 ****
  
        // Create a configuration object for a section.
!       Object Create(Object parent, Object configContext, XmlNode section)
                        {
                                // Nothing to do here - we are ignoring the 
section.
--- 36,40 ----
  
        // Create a configuration object for a section.
!       public Object Create(Object parent, Object configContext, XmlNode 
section)
                        {
                                // Nothing to do here - we are ignoring the 
section.

Index: NameValueFileSectionHandler.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/Configuration/NameValueFileSectionHandler.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** NameValueFileSectionHandler.cs      25 May 2003 07:13:43 -0000      1.1
--- NameValueFileSectionHandler.cs      10 Jun 2003 04:55:45 -0000      1.2
***************
*** 37,41 ****
        // Create a configuration object for a section.
        [TODO]
!       Object Create(Object parent, Object configContext, XmlNode section)
                        {
                                // TODO
--- 37,41 ----
        // Create a configuration object for a section.
        [TODO]
!       public Object Create(Object parent, Object configContext, XmlNode 
section)
                        {
                                // TODO

Index: NameValueSectionHandler.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/Configuration/NameValueSectionHandler.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** NameValueSectionHandler.cs  25 May 2003 07:13:43 -0000      1.1
--- NameValueSectionHandler.cs  10 Jun 2003 04:55:45 -0000      1.2
***************
*** 55,59 ****
        // Create a configuration object for a section.
        [TODO]
!       Object Create(Object parent, Object configContext, XmlNode section)
                        {
                                // TODO
--- 55,59 ----
        // Create a configuration object for a section.
        [TODO]
!       public Object Create(Object parent, Object configContext, XmlNode 
section)
                        {
                                // TODO

Index: SingleTagSectionHandler.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/Configuration/SingleTagSectionHandler.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** SingleTagSectionHandler.cs  25 May 2003 23:40:01 -0000      1.2
--- SingleTagSectionHandler.cs  10 Jun 2003 04:55:45 -0000      1.3
***************
*** 37,41 ****
        // Create a configuration object for a section.
        [TODO]
!       Object Create(Object parent, Object configContext, XmlNode section)
                        {
                                // TODO
--- 37,41 ----
        // Create a configuration object for a section.
        [TODO]
!       public Object Create(Object parent, Object configContext, XmlNode 
section)
                        {
                                // TODO





reply via email to

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