aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer.Modules/GridMessagingModule.cs
diff options
context:
space:
mode:
authorMW2009-02-25 19:39:56 +0000
committerMW2009-02-25 19:39:56 +0000
commitc856da2ee6634762951312b160ef1f85634d6c89 (patch)
treef4775f60a9a6de46d9612a57b3b437605576a56d /OpenSim/Grid/GridServer.Modules/GridMessagingModule.cs
parentAdded IGridServiceModule to be the base interface for the Service Modules for... (diff)
downloadopensim-SC_OLD-c856da2ee6634762951312b160ef1f85634d6c89.zip
opensim-SC_OLD-c856da2ee6634762951312b160ef1f85634d6c89.tar.gz
opensim-SC_OLD-c856da2ee6634762951312b160ef1f85634d6c89.tar.bz2
opensim-SC_OLD-c856da2ee6634762951312b160ef1f85634d6c89.tar.xz
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/GridServer.Modules/GridMessagingModule.cs')
-rw-r--r--OpenSim/Grid/GridServer.Modules/GridMessagingModule.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Grid/GridServer.Modules/GridMessagingModule.cs b/OpenSim/Grid/GridServer.Modules/GridMessagingModule.cs
index 1d2c529..c3b722c 100644
--- a/OpenSim/Grid/GridServer.Modules/GridMessagingModule.cs
+++ b/OpenSim/Grid/GridServer.Modules/GridMessagingModule.cs
@@ -43,7 +43,7 @@ namespace OpenSim.Grid.GridServer.Modules
43 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 43 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
44 44
45 protected GridDBService m_gridDBService; 45 protected GridDBService m_gridDBService;
46 protected IUGAIMCore m_gridCore; 46 protected IGridServiceCore m_gridCore;
47 47
48 protected GridConfig m_config; 48 protected GridConfig m_config;
49 49
@@ -61,7 +61,7 @@ namespace OpenSim.Grid.GridServer.Modules
61 { 61 {
62 } 62 }
63 63
64 public void Initialise(string opensimVersion, GridDBService gridDBService, IUGAIMCore gridCore, GridConfig config) 64 public void Initialise(string opensimVersion, GridDBService gridDBService, IGridServiceCore gridCore, GridConfig config)
65 { 65 {
66 m_opensimVersion = opensimVersion; 66 m_opensimVersion = opensimVersion;
67 m_gridDBService = gridDBService; 67 m_gridDBService = gridDBService;