From 863556f2cc545c56599aab9d28373aa4ed83288d Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Thu, 19 Feb 2009 03:09:56 +0000 Subject: Thank you, Snowdrop, for a patch that makes the callback ID parameter usable. Applied with formatting changes, please don't introduce K&R style indentations into OpenSim Fixes Mantis #3190 --- OpenSim/Framework/IClientAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework') 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 /// Tell the client that we have created the item it requested. /// /// - void SendInventoryItemCreateUpdate(InventoryItemBase Item); + void SendInventoryItemCreateUpdate(InventoryItemBase Item, uint callbackId); void SendRemoveInventoryItem(UUID itemID); -- cgit v1.1