aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Client
diff options
context:
space:
mode:
authorMelanie2012-03-28 02:10:07 +0100
committerMelanie2012-03-28 02:10:07 +0100
commit8c0f1e905814e93003dd8d78ee54ae947cb3af17 (patch)
tree142096e43806772349334b7e3250b23617543af3 /OpenSim/Framework/Client
parentAdd SendRemoveInventoryFolders which allows to remove one or more (diff)
downloadopensim-SC_OLD-8c0f1e905814e93003dd8d78ee54ae947cb3af17.zip
opensim-SC_OLD-8c0f1e905814e93003dd8d78ee54ae947cb3af17.tar.gz
opensim-SC_OLD-8c0f1e905814e93003dd8d78ee54ae947cb3af17.tar.bz2
opensim-SC_OLD-8c0f1e905814e93003dd8d78ee54ae947cb3af17.tar.xz
Add a corresponding method for items. HG v2
Diffstat (limited to 'OpenSim/Framework/Client')
-rw-r--r--OpenSim/Framework/Client/IClientInventory.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Client/IClientInventory.cs b/OpenSim/Framework/Client/IClientInventory.cs
index 00651e0..d59f8b7 100644
--- a/OpenSim/Framework/Client/IClientInventory.cs
+++ b/OpenSim/Framework/Client/IClientInventory.cs
@@ -33,5 +33,6 @@ namespace OpenSim.Framework.Client
33 public interface IClientInventory 33 public interface IClientInventory
34 { 34 {
35 void SendRemoveInventoryFolders(UUID[] folders); 35 void SendRemoveInventoryFolders(UUID[] folders);
36 void SendRemoveInventoryItems(UUID[] folders);
36 } 37 }
37} 38}