Add a corresponding method for items. HG v2

This commit is contained in:
Melanie
2012-03-28 02:10:07 +01:00
parent 710c14fb57
commit 8c0f1e9058
2 changed files with 39 additions and 0 deletions

View File

@@ -33,5 +33,6 @@ namespace OpenSim.Framework.Client
public interface IClientInventory
{
void SendRemoveInventoryFolders(UUID[] folders);
void SendRemoveInventoryItems(UUID[] folders);
}
}