diff options
author | Diva Canto | 2010-01-08 10:43:34 -0800 |
---|---|---|
committer | Diva Canto | 2010-01-08 10:43:34 -0800 |
commit | b63405c1a796b44b58081857d01f726372467628 (patch) | |
tree | 564d03059ed55f7b0740fd00e6dd7d1e34edea5d /OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs | |
parent | * Finished SimulationServiceConnector (diff) | |
download | opensim-SC_OLD-b63405c1a796b44b58081857d01f726372467628.zip opensim-SC_OLD-b63405c1a796b44b58081857d01f726372467628.tar.gz opensim-SC_OLD-b63405c1a796b44b58081857d01f726372467628.tar.bz2 opensim-SC_OLD-b63405c1a796b44b58081857d01f726372467628.tar.xz |
Inching ahead... This compiles, but very likely does not run.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs b/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs index 0f827b0..02ee025 100644 --- a/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs +++ b/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs | |||
@@ -85,10 +85,6 @@ namespace OpenSim.ApplicationPlugins.CreateCommsManager | |||
85 | MainServer.Instance = m_httpServer; | 85 | MainServer.Instance = m_httpServer; |
86 | 86 | ||
87 | InitialiseCommsManager(openSim); | 87 | InitialiseCommsManager(openSim); |
88 | if (m_commsManager != null) | ||
89 | { | ||
90 | m_openSim.ApplicationRegistry.RegisterInterface<IUserService>(m_commsManager.UserService); | ||
91 | } | ||
92 | } | 88 | } |
93 | 89 | ||
94 | public void PostInitialise() | 90 | public void PostInitialise() |
@@ -107,10 +103,6 @@ namespace OpenSim.ApplicationPlugins.CreateCommsManager | |||
107 | 103 | ||
108 | private void RegionCreated(IScene scene) | 104 | private void RegionCreated(IScene scene) |
109 | { | 105 | { |
110 | if (m_commsManager != null) | ||
111 | { | ||
112 | scene.RegisterModuleInterface<IUserService>(m_commsManager.UserService); | ||
113 | } | ||
114 | } | 106 | } |
115 | 107 | ||
116 | protected void InitialiseCommsManager(OpenSimBase openSim) | 108 | protected void InitialiseCommsManager(OpenSimBase openSim) |