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/UserServerCommandModule.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Grid/UserServer/UserServerCommandModule.cs') diff --git a/OpenSim/Grid/UserServer/UserServerCommandModule.cs b/OpenSim/Grid/UserServer/UserServerCommandModule.cs index a6f8af2..7f7108c 100644 --- a/OpenSim/Grid/UserServer/UserServerCommandModule.cs +++ b/OpenSim/Grid/UserServer/UserServerCommandModule.cs @@ -57,13 +57,13 @@ namespace OpenSim.Grid.UserServer protected UUID m_lastCreatedUser = UUID.Random(); - protected IUGAIMCore m_core; + protected IGridServiceCore m_core; public UserServerCommandModule() { } - public void Initialise(IUGAIMCore core) + public void Initialise(IGridServiceCore core) { m_core = core; } -- cgit v1.1