mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 19:35:41 +08:00
Some continuation of lbsa71's refactoring of the CommunicationsManager.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user