aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/MessageServerConfig.cs
diff options
context:
space:
mode:
authorlbsa712009-04-16 17:57:17 +0000
committerlbsa712009-04-16 17:57:17 +0000
commitec219f025afd1ecf1997d358f10a74a670d65e86 (patch)
treeb3a3ea2736d6345377cf6c604522b03115554bb2 /OpenSim/Framework/MessageServerConfig.cs
parenttrying to fix exception in Random.Next() probably caused through sharing of (diff)
downloadopensim-SC_OLD-ec219f025afd1ecf1997d358f10a74a670d65e86.zip
opensim-SC_OLD-ec219f025afd1ecf1997d358f10a74a670d65e86.tar.gz
opensim-SC_OLD-ec219f025afd1ecf1997d358f10a74a670d65e86.tar.bz2
opensim-SC_OLD-ec219f025afd1ecf1997d358f10a74a670d65e86.tar.xz
* Started arduous config refactoring task with babystep introduction of common baseclass for backend configs.
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/MessageServerConfig.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/MessageServerConfig.cs b/OpenSim/Framework/MessageServerConfig.cs
index d2f07b9..1af9b13 100644
--- a/OpenSim/Framework/MessageServerConfig.cs
+++ b/OpenSim/Framework/MessageServerConfig.cs
@@ -32,7 +32,7 @@ namespace OpenSim.Framework
32 /// <summary> 32 /// <summary>
33 /// Message Server Config - Configuration of the Message Server 33 /// Message Server Config - Configuration of the Message Server
34 /// </summary> 34 /// </summary>
35 public class MessageServerConfig 35 public class MessageServerConfig:ConfigBase
36 { 36 {
37 public static uint DefaultHttpPort = 8006; 37 public static uint DefaultHttpPort = 8006;
38 public static bool DefaultHttpSSL = false; 38 public static bool DefaultHttpSSL = false;