diff options
author | Justin Clarke Casey | 2008-07-07 19:32:21 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-07-07 19:32:21 +0000 |
commit | 7fa00f9ecdf2ec5d42ebaf411a619e54404e4800 (patch) | |
tree | 4df20e35365c1e73dde417ae01111e03a0fa5644 /OpenSim/Framework/Communications/Cache/GridAssetClient.cs | |
parent | * remove unused CommitAssets() hook for now (diff) | |
download | opensim-SC-7fa00f9ecdf2ec5d42ebaf411a619e54404e4800.zip opensim-SC-7fa00f9ecdf2ec5d42ebaf411a619e54404e4800.tar.gz opensim-SC-7fa00f9ecdf2ec5d42ebaf411a619e54404e4800.tar.bz2 opensim-SC-7fa00f9ecdf2ec5d42ebaf411a619e54404e4800.tar.xz |
* remove redundant sync locking in AssetServerBase since this is already being done by the lower database layers
Diffstat (limited to 'OpenSim/Framework/Communications/Cache/GridAssetClient.cs')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/GridAssetClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/GridAssetClient.cs b/OpenSim/Framework/Communications/Cache/GridAssetClient.cs index 6caabcd..4206cae 100644 --- a/OpenSim/Framework/Communications/Cache/GridAssetClient.cs +++ b/OpenSim/Framework/Communications/Cache/GridAssetClient.cs | |||
@@ -78,7 +78,7 @@ namespace OpenSim.Framework.Communications.Cache | |||
78 | throw new Exception("The method or operation is not implemented."); | 78 | throw new Exception("The method or operation is not implemented."); |
79 | } | 79 | } |
80 | 80 | ||
81 | protected override void StoreAsset(AssetBase asset) | 81 | public override void StoreAsset(AssetBase asset) |
82 | { | 82 | { |
83 | try | 83 | try |
84 | { | 84 | { |