* Change SendBulkUpdateInventory from two methods to one which accepts an InventoryNode

This commit is contained in:
Justin Clarke Casey
2009-02-11 19:57:45 +00:00
parent e12981ef1b
commit 8645c7482d
5 changed files with 27 additions and 35 deletions

View File

@@ -548,13 +548,9 @@ namespace OpenSim.Region.Examples.SimpleModule
{
}
/// <see>IClientAPI.SendBulkUpdateInventory(InventoryItemBase)</see>
public virtual void SendBulkUpdateInventory(InventoryItemBase item)
public virtual void SendBulkUpdateInventory(InventoryNodeBase node)
{
}
public void SendBulkUpdateInventory(InventoryFolderBase folderBase)
{}
public UUID GetDefaultAnimation(string name)
{