diff options
author | lbsa71 | 2009-04-16 17:57:17 +0000 |
---|---|---|
committer | lbsa71 | 2009-04-16 17:57:17 +0000 |
commit | ec219f025afd1ecf1997d358f10a74a670d65e86 (patch) | |
tree | b3a3ea2736d6345377cf6c604522b03115554bb2 /OpenSim/Framework/GridConfig.cs | |
parent | trying to fix exception in Random.Next() probably caused through sharing of (diff) | |
download | opensim-SC-ec219f025afd1ecf1997d358f10a74a670d65e86.zip opensim-SC-ec219f025afd1ecf1997d358f10a74a670d65e86.tar.gz opensim-SC-ec219f025afd1ecf1997d358f10a74a670d65e86.tar.bz2 opensim-SC-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/GridConfig.cs | 2 |
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 | ||
30 | namespace OpenSim.Framework | 30 | namespace 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 | ||