Re-added Grid mode. (which had got removed/disabled in revision 1515)

This commit is contained in:
MW
2007-08-06 16:33:54 +00:00
parent e155dcd432
commit 4c9cc74ac2
3 changed files with 21 additions and 12 deletions

View File

@@ -41,7 +41,6 @@ using libsecondlife;
using OpenSim.Region.Environment.Scenes;
using OpenSim.Framework.Communications;
using OpenSim.Framework.Communications.Caches;
using OpenSim.Region.Communications.Local;
namespace OpenSim.Region.ClientStack
{
@@ -79,7 +78,7 @@ namespace OpenSim.Region.ClientStack
m_httpServer.Start();
m_inventoryCache = new InventoryCache();
m_commsManager = new CommunicationsLocal(m_networkServersInfo, m_httpServer, m_assetCache);
}
protected abstract void Initialize();