From ca67ee60ac0e0c26d6d32fc68d48ef63570f034d Mon Sep 17 00:00:00 2001
From: UbitUmarov
Date: Mon, 24 Sep 2012 21:22:08 +0100
Subject:  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

---
 OpenSim/Tests/Common/Mock/TestClient.cs | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'OpenSim/Tests/Common')

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
         {
         }
 
+        public void SendInventoryItemCreateUpdate(InventoryItemBase Item, UUID transactionID, uint callbackId)
+        {
+        }
+
         public virtual void SendRemoveInventoryItem(UUID itemID)
         {
         }
-- 
cgit v1.1