mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
* Separate out OGS1 calls used between services (rather than from region to services) into a separate assembly to parallel OpenSim.Region.Communications.OGS1
This commit is contained in:
@@ -39,7 +39,7 @@ using OpenSim.Framework.Communications.Cache;
|
||||
using OpenSim.Framework.Console;
|
||||
using OpenSim.Framework.Servers;
|
||||
using OpenSim.Framework.Statistics;
|
||||
using OpenSim.Region.Communications.OGS1;
|
||||
using OpenSim.Grid.Communications.OGS1;
|
||||
|
||||
namespace OpenSim.Grid.UserServer
|
||||
{
|
||||
@@ -103,7 +103,7 @@ namespace OpenSim.Grid.UserServer
|
||||
m_loginService = new UserLoginService(
|
||||
m_userManager, new LibraryRootFolder(), Cfg, Cfg.DefaultStartupMsg);
|
||||
|
||||
m_interServiceInventoryService = new OGS1InventoryService(m_userManager._config.InventoryUrl);
|
||||
m_interServiceInventoryService = new OGS1InterServiceInventoryService(m_userManager._config.InventoryUrl);
|
||||
|
||||
m_messagesService = new MessageServersConnector();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user