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/Examples/SimpleModule | |
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 'OpenSim/Region/Examples/SimpleModule')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index aac5990..1ee4424 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -548,13 +548,9 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
548 | { | 548 | { |
549 | } | 549 | } |
550 | 550 | ||
551 | /// <see>IClientAPI.SendBulkUpdateInventory(InventoryItemBase)</see> | 551 | public virtual void SendBulkUpdateInventory(InventoryNodeBase node) |
552 | public virtual void SendBulkUpdateInventory(InventoryItemBase item) | ||
553 | { | 552 | { |
554 | } | 553 | } |
555 | |||
556 | public void SendBulkUpdateInventory(InventoryFolderBase folderBase) | ||
557 | {} | ||
558 | 554 | ||
559 | public UUID GetDefaultAnimation(string name) | 555 | public UUID GetDefaultAnimation(string name) |
560 | { | 556 | { |