* 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:
Justin Clarke Casey
2008-07-24 15:56:50 +00:00
parent 740a9a7374
commit 77297ed6cc
6 changed files with 105 additions and 39 deletions

View File

@@ -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();