From c856da2ee6634762951312b160ef1f85634d6c89 Mon Sep 17 00:00:00 2001 From: MW Date: Wed, 25 Feb 2009 19:39:56 +0000 Subject: Renamed IUGAIMCore to IGridServiceCore, still not really happy with this name as it could be confused with the Grid Server namespace or with the IGridService in the region servers. --- OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs') diff --git a/OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs b/OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs index 5b245ee..f9e7889 100644 --- a/OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs +++ b/OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs @@ -79,7 +79,7 @@ namespace OpenSim.Grid.UserServer.Modules Thread m_NotifyThread; - private IUGAIMCore m_core; + private IGridServiceCore m_core; public event AgentLocationDelegate OnAgentLocation; public event AgentLeavingDelegate OnAgentLeaving; @@ -91,7 +91,7 @@ namespace OpenSim.Grid.UserServer.Modules MessageServers = new Dictionary(); } - public void Initialise(IUGAIMCore core) + public void Initialise(IGridServiceCore core) { m_core = core; m_core.RegisterInterface(this); -- cgit v1.1