mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
* remove redundant sync locking in AssetServerBase since this is already being done by the lower database layers
This commit is contained in:
@@ -36,8 +36,8 @@ namespace OpenSim.Framework
|
||||
{
|
||||
void SetReceiver(IAssetReceiver receiver);
|
||||
void RequestAsset(LLUUID assetID, bool isTexture);
|
||||
void StoreAsset(AssetBase asset);
|
||||
void UpdateAsset(AssetBase asset);
|
||||
void StoreAndCommitAsset(AssetBase asset);
|
||||
void Close();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user