aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-02-11 19:57:45 +0000
committerJustin Clarke Casey2009-02-11 19:57:45 +0000
commit8645c7482d39ccc9d72cb4cfc7c68b651b3824d3 (patch)
tree56f5c0a371328eda49ed4c0fc97774762b8aaf42 /OpenSim/Region/OptionalModules
parent* Establish a common InventoryNodeBase class from InventoryItemBase and Inven... (diff)
downloadopensim-SC_OLD-8645c7482d39ccc9d72cb4cfc7c68b651b3824d3.zip
opensim-SC_OLD-8645c7482d39ccc9d72cb4cfc7c68b651b3824d3.tar.gz
opensim-SC_OLD-8645c7482d39ccc9d72cb4cfc7c68b651b3824d3.tar.bz2
opensim-SC_OLD-8645c7482d39ccc9d72cb4cfc7c68b651b3824d3.tar.xz
* Change SendBulkUpdateInventory from two methods to one which accepts an InventoryNode
Diffstat (limited to 'OpenSim/Region/OptionalModules')
-rw-r--r--OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs6
1 files changed, 1 insertions, 5 deletions
diff --git a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs
index 3ba8a97..91518e2 100644
--- a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs
+++ b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs
@@ -636,13 +636,9 @@ namespace OpenSim.Region.OptionalModules.World.NPC
636 { 636 {
637 } 637 }
638 638
639 /// <see>IClientAPI.SendBulkUpdateInventory(InventoryItemBase)</see> 639 public virtual void SendBulkUpdateInventory(InventoryNodeBase node)
640 public virtual void SendBulkUpdateInventory(InventoryItemBase item)
641 { 640 {
642 } 641 }
643
644 public virtual void SendBulkUpdateInventory(InventoryFolderBase folderBase)
645 {}
646 642
647 public void SendTakeControls(int controls, bool passToAgent, bool TakeControls) 643 public void SendTakeControls(int controls, bool passToAgent, bool TakeControls)
648 { 644 {