diff options
author | Melanie | 2010-12-04 04:33:14 +0100 |
---|---|---|
committer | Melanie | 2010-12-04 04:33:14 +0100 |
commit | da91a2ab7eaea0b66e0a019f4284d780612b24c6 (patch) | |
tree | f851b7c7008c6dcc5d2f8ce01bb4abc4a8bb681d /OpenSim/ApplicationPlugins/LoadRegions | |
parent | When linking something, immediately persist the linked set. (diff) | |
download | opensim-SC_OLD-da91a2ab7eaea0b66e0a019f4284d780612b24c6.zip opensim-SC_OLD-da91a2ab7eaea0b66e0a019f4284d780612b24c6.tar.gz opensim-SC_OLD-da91a2ab7eaea0b66e0a019f4284d780612b24c6.tar.bz2 opensim-SC_OLD-da91a2ab7eaea0b66e0a019f4284d780612b24c6.tar.xz |
Convert the agent asset transactions module to a new style module.
Refactor to remove the property "MyScene" and the pointless circular
refs to the managing classes. Converted the module to a non-shared module.
Reformatted source for 80 columns. Removed the special role the module
had in the old loader.
Diffstat (limited to 'OpenSim/ApplicationPlugins/LoadRegions')
-rw-r--r-- | OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs b/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs index b16f46c..7ef0f5f 100644 --- a/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs +++ b/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs | |||
@@ -106,8 +106,8 @@ namespace OpenSim.ApplicationPlugins.LoadRegions | |||
106 | m_openSim.ModuleLoader.LoadDefaultSharedModule(new LoadImageURLModule()); | 106 | m_openSim.ModuleLoader.LoadDefaultSharedModule(new LoadImageURLModule()); |
107 | m_log.Info("[LOADREGIONSPLUGIN]: XMLRPCModule..."); | 107 | m_log.Info("[LOADREGIONSPLUGIN]: XMLRPCModule..."); |
108 | m_openSim.ModuleLoader.LoadDefaultSharedModule(new XMLRPCModule()); | 108 | m_openSim.ModuleLoader.LoadDefaultSharedModule(new XMLRPCModule()); |
109 | m_log.Info("[LOADREGIONSPLUGIN]: AssetTransactionModule..."); | 109 | // m_log.Info("[LOADREGIONSPLUGIN]: AssetTransactionModule..."); |
110 | m_openSim.ModuleLoader.LoadDefaultSharedModule(new AssetTransactionModule()); | 110 | // m_openSim.ModuleLoader.LoadDefaultSharedModule(new AssetTransactionModule()); |
111 | m_log.Info("[LOADREGIONSPLUGIN]: Done."); | 111 | m_log.Info("[LOADREGIONSPLUGIN]: Done."); |
112 | 112 | ||
113 | if (!CheckRegionsForSanity(regionsToLoad)) | 113 | if (!CheckRegionsForSanity(regionsToLoad)) |