diff options
author | Melanie Thielker | 2009-02-19 03:09:56 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-02-19 03:09:56 +0000 |
commit | 863556f2cc545c56599aab9d28373aa4ed83288d (patch) | |
tree | 37ede97ac7497333690dfa23e9a1033bfaab59a6 /OpenSim/Framework | |
parent | Mantis#3188. Thank you kindly, BlueWall, for a patch that: (diff) | |
download | opensim-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 '')
-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 | ||