diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 1 |
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 | ||