*Added ability to manually set the configuration plugin dll from ConfigurationMember

afrisby
mingchen 2007-07-20 17:08:01 +00:00
parent 2da8a7c128
commit 12bb7628d2
1 changed files with 5 additions and 1 deletions

View File

@ -47,7 +47,11 @@ namespace OpenSim.Framework.Configuration
{
resultFunction = result;
}
public void forceConfigurationPluginLibrary(string dll_filename)
{
configurationPlugin = this.LoadConfigDll(dll_filename);
}
public void addConfigurationOption(string configuration_key, ConfigurationOption.ConfigurationTypes configuration_type, string configuration_question, string configuration_default, bool use_default_no_prompt)
{
ConfigurationOption configOption = new ConfigurationOption();