mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thanks A_Biondi and Melanie!
* This builds but might not work. JustinCC will examine.. it may work out of the box.
This commit is contained in:
@@ -393,9 +393,12 @@ namespace OpenSim.Framework
|
||||
|
||||
public delegate void RequestTaskInventory(IClientAPI remoteClient, uint localID);
|
||||
|
||||
public delegate void UpdateInventoryItem(
|
||||
/* public delegate void UpdateInventoryItem(
|
||||
IClientAPI remoteClient, LLUUID transactionID, LLUUID itemID, string name, string description,
|
||||
uint nextOwnerMask);
|
||||
uint nextOwnerMask);*/
|
||||
|
||||
public delegate void UpdateInventoryItem(
|
||||
IClientAPI remoteClient, LLUUID transactionID, LLUUID itemID, InventoryItemBase itemUpd);
|
||||
|
||||
public delegate void CopyInventoryItem(
|
||||
IClientAPI remoteClient, uint callbackID, LLUUID oldAgentID, LLUUID oldItemID, LLUUID newFolderID,
|
||||
@@ -756,4 +759,4 @@ namespace OpenSim.Framework
|
||||
public byte[] usecircuit;
|
||||
public EndPoint userEP;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user