diff options
author | UbitUmarov | 2012-09-24 21:22:08 +0100 |
---|---|---|
committer | UbitUmarov | 2012-09-24 21:22:08 +0100 |
commit | ca67ee60ac0e0c26d6d32fc68d48ef63570f034d (patch) | |
tree | e87d8623aa44927b220e783d7265a50af10b295f /OpenSim/Tests/Common | |
parent | Merge branch 'ubitwork' into avination (diff) | |
download | opensim-SC-ca67ee60ac0e0c26d6d32fc68d48ef63570f034d.zip opensim-SC-ca67ee60ac0e0c26d6d32fc68d48ef63570f034d.tar.gz opensim-SC-ca67ee60ac0e0c26d6d32fc68d48ef63570f034d.tar.bz2 opensim-SC-ca67ee60ac0e0c26d6d32fc68d48ef63570f034d.tar.xz |
add missing transactionID in SendInventoryItemCreateUpdate. and make use
of it on inventoryAccessModule, etc. Most likelly it's needs where there
is a transactionID not zero
Diffstat (limited to 'OpenSim/Tests/Common')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 6add130..49a8d26 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -716,6 +716,10 @@ namespace OpenSim.Tests.Common.Mock | |||
716 | { | 716 | { |
717 | } | 717 | } |
718 | 718 | ||
719 | public void SendInventoryItemCreateUpdate(InventoryItemBase Item, UUID transactionID, uint callbackId) | ||
720 | { | ||
721 | } | ||
722 | |||
719 | public virtual void SendRemoveInventoryItem(UUID itemID) | 723 | public virtual void SendRemoveInventoryItem(UUID itemID) |
720 | { | 724 | { |
721 | } | 725 | } |