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/UserServer/Main.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Grid/UserServer/Main.cs') diff --git a/OpenSim/Grid/UserServer/Main.cs b/OpenSim/Grid/UserServer/Main.cs index da53e11..99401fc 100644 --- a/OpenSim/Grid/UserServer/Main.cs +++ b/OpenSim/Grid/UserServer/Main.cs @@ -147,7 +147,7 @@ namespace OpenSim.Grid.UserServer } } - private void ConfigDB(IGenericConfig configData) + /*private void ConfigDB(IGenericConfig configData) { try { @@ -168,7 +168,7 @@ namespace OpenSim.Grid.UserServer { } - } + }*/ public void Show(string ShowWhat) { -- cgit v1.1