aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/AssetServerBase.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-02-20 19:02:04 +0000
committerJustin Clarke Casey2008-02-20 19:02:04 +0000
commit53d5aeec2459b5788da9882f651ed33d3138a753 (patch)
treed80cf562fcffffd5dcf74377cb6f36656d98e3cb /OpenSim/Framework/Communications/Cache/AssetServerBase.cs
parentMinor cleanup. (diff)
downloadopensim-SC_OLD-53d5aeec2459b5788da9882f651ed33d3138a753.zip
opensim-SC_OLD-53d5aeec2459b5788da9882f651ed33d3138a753.tar.gz
opensim-SC_OLD-53d5aeec2459b5788da9882f651ed33d3138a753.tar.bz2
opensim-SC_OLD-53d5aeec2459b5788da9882f651ed33d3138a753.tar.xz
* Remove unused texture dictionaries from AssetCache
* Add documentation to AssetCache
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Communications/Cache/AssetServerBase.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Framework/Communications/Cache/AssetServerBase.cs b/OpenSim/Framework/Communications/Cache/AssetServerBase.cs
index 8e670b5..b6ec898 100644
--- a/OpenSim/Framework/Communications/Cache/AssetServerBase.cs
+++ b/OpenSim/Framework/Communications/Cache/AssetServerBase.cs
@@ -120,6 +120,10 @@ namespace OpenSim.Framework.Communications.Cache
120 } 120 }
121 } 121 }
122 122
123 /// <summary>
124 /// The receiver will be called back with asset data once it comes in.
125 /// </summary>
126 /// <param name="receiver"></param>
123 public void SetReceiver(IAssetReceiver receiver) 127 public void SetReceiver(IAssetReceiver receiver)
124 { 128 {
125 m_receiver = receiver; 129 m_receiver = receiver;