aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/AssetServerBase.cs
diff options
context:
space:
mode:
authorMW2007-11-01 15:54:59 +0000
committerMW2007-11-01 15:54:59 +0000
commit88f04731ca42444ae6a3a04d600799b882514d6a (patch)
treeae79067faf17815412967b37db8b265e92913d02 /OpenSim/Framework/Communications/Cache/AssetServerBase.cs
parentGoodbye LSO to .Net translator. May your bits live on in our memories. (diff)
downloadopensim-SC_OLD-88f04731ca42444ae6a3a04d600799b882514d6a.zip
opensim-SC_OLD-88f04731ca42444ae6a3a04d600799b882514d6a.tar.gz
opensim-SC_OLD-88f04731ca42444ae6a3a04d600799b882514d6a.tar.bz2
opensim-SC_OLD-88f04731ca42444ae6a3a04d600799b882514d6a.tar.xz
Test on the grid asset problem, don't update to this version unless you just want to test to see if this fixes anything (but it could just as well break grid assets even more).
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Communications/Cache/AssetServerBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/AssetServerBase.cs b/OpenSim/Framework/Communications/Cache/AssetServerBase.cs
index 7109910..7c9df88 100644
--- a/OpenSim/Framework/Communications/Cache/AssetServerBase.cs
+++ b/OpenSim/Framework/Communications/Cache/AssetServerBase.cs
@@ -74,7 +74,7 @@ namespace OpenSim.Framework.Communications.Cache
74 _assetRequests.Enqueue(req); 74 _assetRequests.Enqueue(req);
75 } 75 }
76 76
77 public void UpdateAsset(AssetBase asset) 77 public virtual void UpdateAsset(AssetBase asset)
78 { 78 {
79 lock (syncLock) 79 lock (syncLock)
80 { 80 {