mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
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:
@@ -619,7 +619,7 @@ namespace OpenSim.Tests.Common.Mock
|
||||
{
|
||||
}
|
||||
|
||||
public virtual void SendInventoryItemCreateUpdate(InventoryItemBase Item)
|
||||
public virtual void SendInventoryItemCreateUpdate(InventoryItemBase Item, uint callbackID)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user