mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
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:
@@ -6,7 +6,7 @@ namespace OpenSim.Grid.Framework
|
||||
public interface IGridServiceModule
|
||||
{
|
||||
void Close();
|
||||
void Initialise(IUGAIMCore core);
|
||||
void Initialise(IGridServiceCore core);
|
||||
void PostInitialise();
|
||||
void RegisterHandlers(BaseHttpServer httpServer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user