diff options
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.
Diffstat (limited to 'OpenSim/Grid/UserServer.Modules/GridInfoServiceModule.cs')
-rw-r--r-- | OpenSim/Grid/UserServer.Modules/GridInfoServiceModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Grid/UserServer.Modules/GridInfoServiceModule.cs b/OpenSim/Grid/UserServer.Modules/GridInfoServiceModule.cs index a6fdee0..e79e786 100644 --- a/OpenSim/Grid/UserServer.Modules/GridInfoServiceModule.cs +++ b/OpenSim/Grid/UserServer.Modules/GridInfoServiceModule.cs | |||
@@ -43,7 +43,7 @@ namespace OpenSim.Grid.UserServer.Modules | |||
43 | { | 43 | { |
44 | public class GridInfoServiceModule | 44 | public class GridInfoServiceModule |
45 | { | 45 | { |
46 | protected IUGAIMCore m_core; | 46 | protected IGridServiceCore m_core; |
47 | protected GridInfoService m_gridInfoService; | 47 | protected GridInfoService m_gridInfoService; |
48 | protected BaseHttpServer m_httpServer; | 48 | protected BaseHttpServer m_httpServer; |
49 | 49 | ||
@@ -51,7 +51,7 @@ namespace OpenSim.Grid.UserServer.Modules | |||
51 | { | 51 | { |
52 | } | 52 | } |
53 | 53 | ||
54 | public void Initialise(IUGAIMCore core) | 54 | public void Initialise(IGridServiceCore core) |
55 | { | 55 | { |
56 | m_core = core; | 56 | m_core = core; |
57 | m_gridInfoService = new GridInfoService(); | 57 | m_gridInfoService = new GridInfoService(); |