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
This commit is contained in:
Melanie Thielker
2009-02-19 03:09:56 +00:00
parent 7e0e9ef179
commit 863556f2cc
8 changed files with 18 additions and 16 deletions

View File

@@ -540,7 +540,7 @@ namespace OpenSim.Region.Examples.SimpleModule
{
}
public virtual void SendInventoryItemCreateUpdate(InventoryItemBase Item)
public virtual void SendInventoryItemCreateUpdate(InventoryItemBase Item, uint callbackID)
{
}