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/InventoryConfig.cs | |
parent | trying to fix exception in Random.Next() probably caused through sharing of (diff) | |
download | opensim-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/InventoryConfig.cs')
-rw-r--r-- | OpenSim/Framework/InventoryConfig.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/InventoryConfig.cs b/OpenSim/Framework/InventoryConfig.cs index 90e4482..8141290 100644 --- a/OpenSim/Framework/InventoryConfig.cs +++ b/OpenSim/Framework/InventoryConfig.cs | |||
@@ -32,7 +32,7 @@ namespace OpenSim.Framework | |||
32 | /// <summary> | 32 | /// <summary> |
33 | /// Defines and handles inventory grid server configuration | 33 | /// Defines and handles inventory grid server configuration |
34 | /// </summary> | 34 | /// </summary> |
35 | public class InventoryConfig | 35 | public class InventoryConfig:ConfigBase |
36 | { | 36 | { |
37 | public static uint DefaultHttpPort = 8004; | 37 | public static uint DefaultHttpPort = 8004; |
38 | 38 | ||