From ed69e84874b710c2cc3b8af94dd00cf725cf6d03 Mon Sep 17 00:00:00 2001 From: mingchen Date: Thu, 19 Jul 2007 20:39:33 +0000 Subject: *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 --- OpenSim/Grid/GridServer/Main.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Grid/GridServer') 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 { } - private void ConfigDB(IGenericConfig configData) + /*private void ConfigDB(IGenericConfig configData) { try { @@ -218,6 +218,6 @@ namespace OpenSim.Grid.GridServer { } - } + }*/ } } -- cgit v1.1