diff options
Diffstat (limited to 'OpenSim/Grid/MessagingServer/Main.cs')
-rw-r--r-- | OpenSim/Grid/MessagingServer/Main.cs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/OpenSim/Grid/MessagingServer/Main.cs b/OpenSim/Grid/MessagingServer/Main.cs index 420e8d5..07d0580 100644 --- a/OpenSim/Grid/MessagingServer/Main.cs +++ b/OpenSim/Grid/MessagingServer/Main.cs | |||
@@ -207,7 +207,7 @@ namespace OpenSim.Grid.MessagingServer | |||
207 | } | 207 | } |
208 | 208 | ||
209 | #region IUGAIMCore | 209 | #region IUGAIMCore |
210 | private readonly Dictionary<Type, object> m_moduleInterfaces = new Dictionary<Type, object>(); | 210 | protected Dictionary<Type, object> m_moduleInterfaces = new Dictionary<Type, object>(); |
211 | 211 | ||
212 | /// <summary> | 212 | /// <summary> |
213 | /// Register an Module interface. | 213 | /// Register an Module interface. |
@@ -245,6 +245,11 @@ namespace OpenSim.Grid.MessagingServer | |||
245 | { | 245 | { |
246 | return m_httpServer; | 246 | return m_httpServer; |
247 | } | 247 | } |
248 | |||
249 | public void RegisterConsoleHelpDelegate(ShowHelpDelegate showHelp) | ||
250 | { | ||
251 | |||
252 | } | ||
248 | #endregion | 253 | #endregion |
249 | } | 254 | } |
250 | } | 255 | } |