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/Grid/GridServer/Main.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/Grid/GridServer/Main.cs')
-rw-r--r-- | OpenSim/Grid/GridServer/Main.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Grid/GridServer/Main.cs b/OpenSim/Grid/GridServer/Main.cs index 94ecbfc..c72948d 100644 --- a/OpenSim/Grid/GridServer/Main.cs +++ b/OpenSim/Grid/GridServer/Main.cs | |||
@@ -197,7 +197,7 @@ namespace OpenSim.Grid.GridServer | |||
197 | { | 197 | { |
198 | } | 198 | } |
199 | 199 | ||
200 | private void ConfigDB(IGenericConfig configData) | 200 | /*private void ConfigDB(IGenericConfig configData) |
201 | { | 201 | { |
202 | try | 202 | try |
203 | { | 203 | { |
@@ -218,6 +218,6 @@ namespace OpenSim.Grid.GridServer | |||
218 | { | 218 | { |
219 | 219 | ||
220 | } | 220 | } |
221 | } | 221 | }*/ |
222 | } | 222 | } |
223 | } | 223 | } |