aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorUbitUmarov2012-09-24 21:22:08 +0100
committerUbitUmarov2012-09-24 21:22:08 +0100
commitca67ee60ac0e0c26d6d32fc68d48ef63570f034d (patch)
treee87d8623aa44927b220e783d7265a50af10b295f /OpenSim/Framework/IClientAPI.cs
parentMerge branch 'ubitwork' into avination (diff)
downloadopensim-SC_OLD-ca67ee60ac0e0c26d6d32fc68d48ef63570f034d.zip
opensim-SC_OLD-ca67ee60ac0e0c26d6d32fc68d48ef63570f034d.tar.gz
opensim-SC_OLD-ca67ee60ac0e0c26d6d32fc68d48ef63570f034d.tar.bz2
opensim-SC_OLD-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/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 6be2bd7..5909ce1 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -1158,6 +1158,7 @@ namespace OpenSim.Framework
1158 /// </summary> 1158 /// </summary>
1159 /// <param name="Item"></param> 1159 /// <param name="Item"></param>
1160 void SendInventoryItemCreateUpdate(InventoryItemBase Item, uint callbackId); 1160 void SendInventoryItemCreateUpdate(InventoryItemBase Item, uint callbackId);
1161 void SendInventoryItemCreateUpdate(InventoryItemBase Item, UUID transactionID, uint callbackId);
1161 1162
1162 void SendRemoveInventoryItem(UUID itemID); 1163 void SendRemoveInventoryItem(UUID itemID);
1163 1164