diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 20d4e62..9bcd65f 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -393,9 +393,12 @@ namespace OpenSim.Framework | |||
393 | 393 | ||
394 | public delegate void RequestTaskInventory(IClientAPI remoteClient, uint localID); | 394 | public delegate void RequestTaskInventory(IClientAPI remoteClient, uint localID); |
395 | 395 | ||
396 | public delegate void UpdateInventoryItem( | 396 | /* public delegate void UpdateInventoryItem( |
397 | IClientAPI remoteClient, LLUUID transactionID, LLUUID itemID, string name, string description, | 397 | IClientAPI remoteClient, LLUUID transactionID, LLUUID itemID, string name, string description, |
398 | uint nextOwnerMask); | 398 | uint nextOwnerMask);*/ |
399 | |||
400 | public delegate void UpdateInventoryItem( | ||
401 | IClientAPI remoteClient, LLUUID transactionID, LLUUID itemID, InventoryItemBase itemUpd); | ||
399 | 402 | ||
400 | public delegate void CopyInventoryItem( | 403 | public delegate void CopyInventoryItem( |
401 | IClientAPI remoteClient, uint callbackID, LLUUID oldAgentID, LLUUID oldItemID, LLUUID newFolderID, | 404 | IClientAPI remoteClient, uint callbackID, LLUUID oldAgentID, LLUUID oldItemID, LLUUID newFolderID, |
@@ -756,4 +759,4 @@ namespace OpenSim.Framework | |||
756 | public byte[] usecircuit; | 759 | public byte[] usecircuit; |
757 | public EndPoint userEP; | 760 | public EndPoint userEP; |
758 | } | 761 | } |
759 | } \ No newline at end of file | 762 | } |