aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IAssetServer.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/IAssetServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IAssetServer.cs b/OpenSim/Framework/IAssetServer.cs
index 0e89348..f96bdc6 100644
--- a/OpenSim/Framework/IAssetServer.cs
+++ b/OpenSim/Framework/IAssetServer.cs
@@ -36,8 +36,8 @@ namespace OpenSim.Framework
36 { 36 {
37 void SetReceiver(IAssetReceiver receiver); 37 void SetReceiver(IAssetReceiver receiver);
38 void RequestAsset(LLUUID assetID, bool isTexture); 38 void RequestAsset(LLUUID assetID, bool isTexture);
39 void StoreAsset(AssetBase asset);
39 void UpdateAsset(AssetBase asset); 40 void UpdateAsset(AssetBase asset);
40 void StoreAndCommitAsset(AssetBase asset);
41 void Close(); 41 void Close();
42 } 42 }
43 43