mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
* Applying Mantis #1852 - Plugin Provider refactoring. Courtesy of Ryan/Sempuki.
This commit is contained in:
@@ -71,9 +71,9 @@ namespace OpenSim.Grid.GridServer
|
||||
logloader.AddExtensionPoint ("/OpenSim/LogData");
|
||||
|
||||
// loader will try to load all providers (MySQL, MSSQL, etc)
|
||||
// unless it is constrainted to the correct "id"
|
||||
gridloader.AddFilter ("/OpenSim/GridData", new PluginIdFilter (provider));
|
||||
logloader.AddFilter ("/OpenSim/LogData", new PluginIdFilter (provider));
|
||||
// unless it is constrainted to the correct "Provider" entry in the addin.xml
|
||||
gridloader.AddFilter ("/OpenSim/GridData", new PluginProviderFilter (provider));
|
||||
logloader.AddFilter ("/OpenSim/LogData", new PluginProviderFilter (provider));
|
||||
|
||||
gridloader.Load();
|
||||
logloader.Load();
|
||||
|
||||
Reference in New Issue
Block a user