diff options
author | lbsa71 | 2007-10-17 10:58:19 +0000 |
---|---|---|
committer | lbsa71 | 2007-10-17 10:58:19 +0000 |
commit | 26b8018bccbcb0f6a296adbb11bdc66733aa9e12 (patch) | |
tree | 9e738365af45ea60eabf36c8029b3874ba02fad6 /OpenSim/Framework/Communications | |
parent | Renamed SimProfileData to RegionProfileData (diff) | |
download | opensim-SC_OLD-26b8018bccbcb0f6a296adbb11bdc66733aa9e12.zip opensim-SC_OLD-26b8018bccbcb0f6a296adbb11bdc66733aa9e12.tar.gz opensim-SC_OLD-26b8018bccbcb0f6a296adbb11bdc66733aa9e12.tar.bz2 opensim-SC_OLD-26b8018bccbcb0f6a296adbb11bdc66733aa9e12.tar.xz |
* Some asset loading refactoring
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); |