Some continuation of lbsa71's refactoring of the CommunicationsManager.

This commit is contained in:
MW
2007-10-03 06:20:00 +00:00
parent d36316e1c9
commit 9b1eefbcde
4 changed files with 68 additions and 64 deletions

View File

@@ -41,12 +41,12 @@ namespace SimpleApp
{
base.StartUp();
CommunicationsLocal.LocalSettings settings = new CommunicationsLocal.LocalSettings("", false, "");
CommunicationsLocal.LocalSettings settings = new CommunicationsLocal.LocalSettings("", false);
LocalInventoryService inventoryService = new LocalInventoryService();
LocalUserServices userService = new LocalUserServices(m_networkServersInfo, m_networkServersInfo.DefaultHomeLocX, m_networkServersInfo.DefaultHomeLocY, inventoryService);
m_commsManager = new CommunicationsLocal(m_networkServersInfo, m_httpServer, m_assetCache, settings, userService );
m_commsManager = new CommunicationsLocal(m_networkServersInfo, m_httpServer, m_assetCache, settings, userService, inventoryService );
m_log.Notice(m_log.LineInfo);