diff options
Diffstat (limited to 'OpenSim/Framework/Communications')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/SQLAssetServer.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Framework/Communications/Cache/SQLAssetServer.cs b/OpenSim/Framework/Communications/Cache/SQLAssetServer.cs index 082a240..35ec1cf 100644 --- a/OpenSim/Framework/Communications/Cache/SQLAssetServer.cs +++ b/OpenSim/Framework/Communications/Cache/SQLAssetServer.cs | |||
@@ -61,6 +61,11 @@ namespace OpenSim.Framework.Communications.Caches | |||
61 | 61 | ||
62 | } | 62 | } |
63 | 63 | ||
64 | public SQLAssetServer( IAssetProvider assetProvider ) | ||
65 | { | ||
66 | m_assetProviderPlugin = assetProvider; | ||
67 | } | ||
68 | |||
64 | public void AddPlugin(string FileName) | 69 | public void AddPlugin(string FileName) |
65 | { | 70 | { |
66 | MainLog.Instance.Verbose("SQLAssetServer", "AssetStorage: Attempting to load " + FileName); | 71 | MainLog.Instance.Verbose("SQLAssetServer", "AssetStorage: Attempting to load " + FileName); |