diff options
Diffstat (limited to 'OpenSim/Framework/Communications/IInventoryServices.cs')
-rw-r--r-- | OpenSim/Framework/Communications/IInventoryServices.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/IInventoryServices.cs b/OpenSim/Framework/Communications/IInventoryServices.cs index 5907c38..c8a3c85 100644 --- a/OpenSim/Framework/Communications/IInventoryServices.cs +++ b/OpenSim/Framework/Communications/IInventoryServices.cs | |||
@@ -34,7 +34,8 @@ namespace OpenSim.Framework.Communications | |||
34 | /// <summary> | 34 | /// <summary> |
35 | /// Callback used when a user's inventory is received from the inventory service | 35 | /// Callback used when a user's inventory is received from the inventory service |
36 | /// </summary> | 36 | /// </summary> |
37 | public delegate void InventoryReceiptCallback(LLUUID userId, ICollection<InventoryFolderImpl> folders, ICollection<InventoryItemBase> items); | 37 | public delegate void InventoryReceiptCallback( |
38 | ICollection<InventoryFolderImpl> folders, ICollection<InventoryItemBase> items); | ||
38 | 39 | ||
39 | /// <summary> | 40 | /// <summary> |
40 | /// Defines all the operations one can perform on a user's inventory. | 41 | /// Defines all the operations one can perform on a user's inventory. |