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/Tests | |
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/Tests')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 5f02524..2463b3b 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -627,14 +627,10 @@ namespace OpenSim.Tests.Common.Mock | |||
627 | { | 627 | { |
628 | } | 628 | } |
629 | 629 | ||
630 | /// <see>IClientAPI.SendBulkUpdateInventory(InventoryItemBase)</see> | 630 | public virtual void SendBulkUpdateInventory(InventoryNodeBase node) |
631 | public virtual void SendBulkUpdateInventory(InventoryItemBase item) | ||
632 | { | 631 | { |
633 | } | 632 | } |
634 | 633 | ||
635 | public void SendBulkUpdateInventory(InventoryFolderBase folderBase) | ||
636 | {} | ||
637 | |||
638 | public UUID GetDefaultAnimation(string name) | 634 | public UUID GetDefaultAnimation(string name) |
639 | { | 635 | { |
640 | return UUID.Zero; | 636 | return UUID.Zero; |