2005-06-15 Lluis Sanchez Gual <lluis@novell.com>
authorLluis Sanchez <lluis@novell.com>
Wed, 15 Jun 2005 17:41:41 +0000 (17:41 -0000)
committerLluis Sanchez <lluis@novell.com>
Wed, 15 Jun 2005 17:41:41 +0000 (17:41 -0000)
commit91445113153d059d504c41d31e5bdf1bcc9652ff
treef2aba4469abe37cea3a9139903ef6887e5dcae2b
parent8006ba2fe3113dd9929d69a64759428896279f83
2005-06-15  Lluis Sanchez Gual <lluis@novell.com>

* IInternalConfigRoot.cs, IInternalConfigSettingsFactory.cs,
IConfigSystem.cs, IConfigurationManagerInternal.cs,
IInternalConfigSystem.cs, IInternalConfigRecord.cs,
IInternalConfigConfigurationFactory.cs, InternalConfigEventArgs.cs,
IInternalConfigClientHost.cs, StreamChangeCallback.cs,
IInternalConfigHost.cs, IConfigErrorInfo.cs, DelegatingConfigHost.cs,
IConfigurationManagerHelper.cs, ChangeLog, InternalConfigEventHandler.cs:
Added.

svn path=/trunk/mcs/; revision=46057
16 files changed:
mcs/class/System.Configuration/System.Configuration.Internal/ChangeLog [new file with mode: 0644]
mcs/class/System.Configuration/System.Configuration.Internal/DelegatingConfigHost.cs [new file with mode: 0644]
mcs/class/System.Configuration/System.Configuration.Internal/IConfigErrorInfo.cs [new file with mode: 0644]
mcs/class/System.Configuration/System.Configuration.Internal/IConfigSystem.cs [new file with mode: 0644]
mcs/class/System.Configuration/System.Configuration.Internal/IConfigurationManagerHelper.cs [new file with mode: 0644]
mcs/class/System.Configuration/System.Configuration.Internal/IConfigurationManagerInternal.cs [new file with mode: 0644]
mcs/class/System.Configuration/System.Configuration.Internal/IInternalConfigClientHost.cs [new file with mode: 0644]
mcs/class/System.Configuration/System.Configuration.Internal/IInternalConfigConfigurationFactory.cs [new file with mode: 0644]
mcs/class/System.Configuration/System.Configuration.Internal/IInternalConfigHost.cs [new file with mode: 0644]
mcs/class/System.Configuration/System.Configuration.Internal/IInternalConfigRecord.cs [new file with mode: 0644]
mcs/class/System.Configuration/System.Configuration.Internal/IInternalConfigRoot.cs [new file with mode: 0644]
mcs/class/System.Configuration/System.Configuration.Internal/IInternalConfigSettingsFactory.cs [new file with mode: 0644]
mcs/class/System.Configuration/System.Configuration.Internal/IInternalConfigSystem.cs [new file with mode: 0644]
mcs/class/System.Configuration/System.Configuration.Internal/InternalConfigEventArgs.cs [new file with mode: 0644]
mcs/class/System.Configuration/System.Configuration.Internal/InternalConfigEventHandler.cs [new file with mode: 0644]
mcs/class/System.Configuration/System.Configuration.Internal/StreamChangeCallback.cs [new file with mode: 0644]