aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AssetConfig.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/AssetConfig.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/AssetConfig.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/AssetConfig.cs b/OpenSim/Framework/AssetConfig.cs
index 233c3d0..804a270 100644
--- a/OpenSim/Framework/AssetConfig.cs
+++ b/OpenSim/Framework/AssetConfig.cs
@@ -33,7 +33,7 @@ namespace OpenSim.Framework
33 /// <summary> 33 /// <summary>
34 /// AssetConfig -- For Asset Server Configuration 34 /// AssetConfig -- For Asset Server Configuration
35 /// </summary> 35 /// </summary>
36 public class AssetConfig 36 public class AssetConfig:ConfigBase
37 { 37 {
38 public const uint DefaultHttpPort = 8003; 38 public const uint DefaultHttpPort = 8003;
39 39