aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/GridConfig.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/GridConfig.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 'OpenSim/Framework/GridConfig.cs')
-rw-r--r--OpenSim/Framework/GridConfig.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/GridConfig.cs b/OpenSim/Framework/GridConfig.cs
index 52bc3d6..640eeaa 100644
--- a/OpenSim/Framework/GridConfig.cs
+++ b/OpenSim/Framework/GridConfig.cs
@@ -29,7 +29,7 @@ using System;
29 29
30namespace OpenSim.Framework 30namespace OpenSim.Framework
31{ 31{
32 public class GridConfig 32 public class GridConfig:ConfigBase
33 { 33 {
34 public static uint DefaultHttpPort = 8001; 34 public static uint DefaultHttpPort = 8001;
35 35