diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 673810e..bfc70a4 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -878,7 +878,7 @@ namespace OpenSim.Framework | |||
878 | /// Tell the client that we have created the item it requested. | 878 | /// Tell the client that we have created the item it requested. |
879 | /// </summary> | 879 | /// </summary> |
880 | /// <param name="Item"></param> | 880 | /// <param name="Item"></param> |
881 | void SendInventoryItemCreateUpdate(InventoryItemBase Item); | 881 | void SendInventoryItemCreateUpdate(InventoryItemBase Item, uint callbackId); |
882 | 882 | ||
883 | void SendRemoveInventoryItem(UUID itemID); | 883 | void SendRemoveInventoryItem(UUID itemID); |
884 | 884 | ||