diff options
author | MW | 2009-02-25 18:33:15 +0000 |
---|---|---|
committer | MW | 2009-02-25 18:33:15 +0000 |
commit | 4db232763f578048c3339e6a60fe801cc3853b3d (patch) | |
tree | c43b1442bcf1893fb83894873ddfdacdee5a5130 /OpenSim/Grid/GridServer.Modules/GridMessagingModule.cs | |
parent | * Fix my own unit test (diff) | |
download | opensim-SC_OLD-4db232763f578048c3339e6a60fe801cc3853b3d.zip opensim-SC_OLD-4db232763f578048c3339e6a60fe801cc3853b3d.tar.gz opensim-SC_OLD-4db232763f578048c3339e6a60fe801cc3853b3d.tar.bz2 opensim-SC_OLD-4db232763f578048c3339e6a60fe801cc3853b3d.tar.xz |
More refactoring of the Grid, User and Messaging servers.
Diffstat (limited to 'OpenSim/Grid/GridServer.Modules/GridMessagingModule.cs')
-rw-r--r-- | OpenSim/Grid/GridServer.Modules/GridMessagingModule.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Grid/GridServer.Modules/GridMessagingModule.cs b/OpenSim/Grid/GridServer.Modules/GridMessagingModule.cs index ee38310..1d2c529 100644 --- a/OpenSim/Grid/GridServer.Modules/GridMessagingModule.cs +++ b/OpenSim/Grid/GridServer.Modules/GridMessagingModule.cs | |||
@@ -1,4 +1,4 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) Contributors, http://opensimulator.org/ | 2 | * Copyright (c) Contributors, http://opensimulator.org/ |
3 | * See CONTRIBUTORS.TXT for a full list of copyright holders. | 3 | * See CONTRIBUTORS.TXT for a full list of copyright holders. |
4 | * | 4 | * |
@@ -38,7 +38,7 @@ using OpenSim.Grid.Framework; | |||
38 | 38 | ||
39 | namespace OpenSim.Grid.GridServer.Modules | 39 | namespace OpenSim.Grid.GridServer.Modules |
40 | { | 40 | { |
41 | public class GridMessagingModule : IGridMessagingMapper | 41 | public class GridMessagingModule : IMessagingServerDiscovery |
42 | { | 42 | { |
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 | ||
@@ -68,7 +68,7 @@ namespace OpenSim.Grid.GridServer.Modules | |||
68 | m_gridCore = gridCore; | 68 | m_gridCore = gridCore; |
69 | m_config = config; | 69 | m_config = config; |
70 | 70 | ||
71 | m_gridCore.RegisterInterface<IGridMessagingMapper>(this); | 71 | m_gridCore.RegisterInterface<IMessagingServerDiscovery>(this); |
72 | 72 | ||
73 | RegisterHandlers(); | 73 | RegisterHandlers(); |
74 | } | 74 | } |