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.

This commit is contained in:
MW
2009-02-25 19:39:56 +00:00
parent 0f62b2bacb
commit c856da2ee6
19 changed files with 69 additions and 68 deletions

View File

@@ -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;
}