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

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

[Dotgnu-pnet-commits] pnetlib/System/Configuration DictionarySectionHand


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/System/Configuration DictionarySectionHandler.cs, 1.4, 1.5 IgnoreSectionHandler.cs, 1.3, 1.4 SingleTagSectionHandler.cs, 1.5, 1.6
Date: Tue, 25 Nov 2003 06:22:22 +0000

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

Modified Files:
        DictionarySectionHandler.cs IgnoreSectionHandler.cs 
        SingleTagSectionHandler.cs 
Log Message:


Signature-compatibility fixes; begin implementating the
diagnostics configuration handler.


Index: SingleTagSectionHandler.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/Configuration/SingleTagSectionHandler.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** SingleTagSectionHandler.cs  23 Nov 2003 05:14:29 -0000      1.5
--- SingleTagSectionHandler.cs  25 Nov 2003 06:22:20 -0000      1.6
***************
*** 39,43 ****
  
        // Create a configuration object for a section.
!       public Object Create(Object parent, Object configContext, XmlNode 
section)
                        {
                                // The section must not have child nodes.
--- 39,44 ----
  
        // Create a configuration object for a section.
!       public virtual Object Create
!                               (Object parent, Object configContext, XmlNode 
section)
                        {
                                // The section must not have child nodes.

Index: DictionarySectionHandler.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/Configuration/DictionarySectionHandler.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** DictionarySectionHandler.cs 23 Nov 2003 05:14:29 -0000      1.4
--- DictionarySectionHandler.cs 25 Nov 2003 06:22:20 -0000      1.5
***************
*** 58,62 ****
  
        // Create a configuration object for a section.
!       public Object Create(Object parent, Object configContext, XmlNode 
section)
                        {
                                Hashtable coll;
--- 58,63 ----
  
        // Create a configuration object for a section.
!       public virtual Object Create
!                               (Object parent, Object configContext, XmlNode 
section)
                        {
                                Hashtable coll;

Index: IgnoreSectionHandler.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/Configuration/IgnoreSectionHandler.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** IgnoreSectionHandler.cs     8 Oct 2003 15:29:25 -0000       1.3
--- IgnoreSectionHandler.cs     25 Nov 2003 06:22:20 -0000      1.4
***************
*** 38,42 ****
  
        // 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.
--- 38,43 ----
  
        // Create a configuration object for a section.
!       public virtual Object Create
!                               (Object parent, Object configContext, XmlNode 
section)
                        {
                                // Nothing to do here - we are ignoring the 
section.





reply via email to

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