2007-12-11 Marek Habersack <mhabersack@novell.com>
authorMarek Habersack <grendel@twistedcode.net>
Tue, 11 Dec 2007 15:31:09 +0000 (15:31 -0000)
committerMarek Habersack <grendel@twistedcode.net>
Tue, 11 Dec 2007 15:31:09 +0000 (15:31 -0000)
commit6fe0f52ede6c1aa4f0651ee71bf396c8f1d1fef6
tree459e953f465ed48ec3994beeb1b500d53fbaa468
parent1e33814a5141e015e81e388edc3682104ec936d9
2007-12-11  Marek Habersack  <mhabersack@novell.com>

* SettingsMappingManager.cs: made the class public - it is
required for user-defined mappers to work.
Added a new property, Platform, which specifies the platform we're
running on. Platform check is now done only on initialization
time.
LoadMappings considers only the mappings which apply to the
current platform. Other entries are not loaded.

* SettingsMapping.cs: made the class public.

* SettingsMappingWhat.cs: made the class public.

* ISectionSettingsMapper.cs: made the interface public.

svn path=/trunk/mcs/; revision=91112
mcs/class/System.Web/System.Web.Util/ChangeLog
mcs/class/System.Web/System.Web.Util/ISectionSettingsMapper.cs
mcs/class/System.Web/System.Web.Util/SettingsMapping.cs
mcs/class/System.Web/System.Web.Util/SettingsMappingManager.cs
mcs/class/System.Web/System.Web.Util/SettingsMappingWhat.cs