Deleted IGridServer interface (and classes implementing that).

This commit is contained in:
MW
2007-06-14 12:27:36 +00:00
parent 3a20a7b5d1
commit 3aecb54379
17 changed files with 135 additions and 701 deletions

View File

@@ -75,7 +75,7 @@ namespace OpenSim
protected IWorld m_world;
private Dictionary<uint, ClientView> m_clientThreads;
private AssetCache m_assetCache;
private IGridServer m_gridServer;
//private IGridServer m_gridServer;
private InventoryCache m_inventoryCache;
private int cachedtextureserial = 0;
private RegionInfo m_regionData;