diff options
author | mingchen | 2007-07-19 20:39:33 +0000 |
---|---|---|
committer | mingchen | 2007-07-19 20:39:33 +0000 |
commit | ed69e84874b710c2cc3b8af94dd00cf725cf6d03 (patch) | |
tree | 0da9c55d9a1ddc796b66ba249fa58b093294828f /OpenSim/Region/Application/OpenSimMain.cs | |
parent | Some work on Inventory (not yet finished or enabled) (diff) | |
download | opensim-SC_OLD-ed69e84874b710c2cc3b8af94dd00cf725cf6d03.zip opensim-SC_OLD-ed69e84874b710c2cc3b8af94dd00cf725cf6d03.tar.gz opensim-SC_OLD-ed69e84874b710c2cc3b8af94dd00cf725cf6d03.tar.bz2 opensim-SC_OLD-ed69e84874b710c2cc3b8af94dd00cf725cf6d03.tar.xz |
*Moved XmlConfiguration to its own project
*Made it possible to load a configuration interface by DLL
*Deleted the 1024 config files until they are updated
Diffstat (limited to 'OpenSim/Region/Application/OpenSimMain.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index 8a1e0f1..3c11b90 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -197,7 +197,7 @@ namespace OpenSim | |||
197 | 197 | ||
198 | #endregion | 198 | #endregion |
199 | 199 | ||
200 | private void SetupFromConfigFile(IGenericConfig configData) | 200 | /*private void SetupFromConfigFile(IGenericConfig configData) |
201 | { | 201 | { |
202 | // Log filename | 202 | // Log filename |
203 | string attri = ""; | 203 | string attri = ""; |
@@ -295,7 +295,7 @@ namespace OpenSim | |||
295 | 295 | ||
296 | configData.Commit(); | 296 | configData.Commit(); |
297 | 297 | ||
298 | } | 298 | }*/ |
299 | 299 | ||
300 | /// <summary> | 300 | /// <summary> |
301 | /// Performs any last-minute sanity checking and shuts down the region server | 301 | /// Performs any last-minute sanity checking and shuts down the region server |