From ec219f025afd1ecf1997d358f10a74a670d65e86 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Thu, 16 Apr 2009 17:57:17 +0000 Subject: * Started arduous config refactoring task with babystep introduction of common baseclass for backend configs. --- OpenSim/Framework/UserConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/UserConfig.cs') diff --git a/OpenSim/Framework/UserConfig.cs b/OpenSim/Framework/UserConfig.cs index ea2cba0..49668af 100644 --- a/OpenSim/Framework/UserConfig.cs +++ b/OpenSim/Framework/UserConfig.cs @@ -33,7 +33,7 @@ namespace OpenSim.Framework /// /// UserConfig -- For User Server Configuration /// - public class UserConfig + public class UserConfig:ConfigBase { public static uint DefaultHttpPort = 8002; public static bool DefaultHttpSSL = false; -- cgit v1.1