From e2d30a02446c8b5d1b8be090f4ccc1fc98d019f5 Mon Sep 17 00:00:00 2001 From: MW Date: Thu, 26 Feb 2009 21:30:12 +0000 Subject: Moved the Initialisation of the CommunicationsManager to a ApplicationPlugin. Also in that plugin it registers the IUserService with all the Scenes (as they are created). So now we can start changing over all uses of IUserService, that currently access it from the CommunicationsManager to accessing it from the Scene.RequestModuleInterface call. Once that is done we can move the UserService creation out to its own plugin and remove all references to it from the CommunicationsManager. Then we can take the next CommunicationsManager interface and repeat. --- .../Resources/CreateCommsManagerPlugin.addin.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 OpenSim/ApplicationPlugins/CreateCommsManager/Resources/CreateCommsManagerPlugin.addin.xml (limited to 'OpenSim/ApplicationPlugins/CreateCommsManager/Resources/CreateCommsManagerPlugin.addin.xml') diff --git a/OpenSim/ApplicationPlugins/CreateCommsManager/Resources/CreateCommsManagerPlugin.addin.xml b/OpenSim/ApplicationPlugins/CreateCommsManager/Resources/CreateCommsManagerPlugin.addin.xml new file mode 100644 index 0000000..2a488ef --- /dev/null +++ b/OpenSim/ApplicationPlugins/CreateCommsManager/Resources/CreateCommsManagerPlugin.addin.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + -- cgit v1.1