diff options
author | Justin Clarke Casey | 2009-02-11 19:57:45 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-02-11 19:57:45 +0000 |
commit | 8645c7482d39ccc9d72cb4cfc7c68b651b3824d3 (patch) | |
tree | 56f5c0a371328eda49ed4c0fc97774762b8aaf42 /OpenSim/Region/OptionalModules | |
parent | * Establish a common InventoryNodeBase class from InventoryItemBase and Inven... (diff) | |
download | opensim-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 '')
-rw-r--r-- | OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | 6 |
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 | { |