aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorMelanie Thielker2009-02-19 03:09:56 +0000
committerMelanie Thielker2009-02-19 03:09:56 +0000
commit863556f2cc545c56599aab9d28373aa4ed83288d (patch)
tree37ede97ac7497333690dfa23e9a1033bfaab59a6 /OpenSim/Framework
parentMantis#3188. Thank you kindly, BlueWall, for a patch that: (diff)
downloadopensim-SC_OLD-863556f2cc545c56599aab9d28373aa4ed83288d.zip
opensim-SC_OLD-863556f2cc545c56599aab9d28373aa4ed83288d.tar.gz
opensim-SC_OLD-863556f2cc545c56599aab9d28373aa4ed83288d.tar.bz2
opensim-SC_OLD-863556f2cc545c56599aab9d28373aa4ed83288d.tar.xz
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
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/IClientAPI.cs2
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