* Started arduous config refactoring task with babystep introduction of common baseclass for backend configs.

This commit is contained in:
lbsa71
2009-04-16 17:57:17 +00:00
parent 4de3f9b597
commit ec219f025a
6 changed files with 15 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ namespace OpenSim.Framework
/// <summary>
/// Defines and handles inventory grid server configuration
/// </summary>
public class InventoryConfig
public class InventoryConfig:ConfigBase
{
public static uint DefaultHttpPort = 8004;