* Minor inventory code cleanup following on from last patch

This commit is contained in:
Justin Clarke Casey
2008-04-11 18:19:21 +00:00
parent a5176c2e2c
commit 649f304e76
4 changed files with 1 additions and 14 deletions

View File

@@ -200,7 +200,7 @@ namespace OpenSim.Framework.Communications.Cache
/// <summary>
/// Callback invoked when an item is received from an async request to the inventory service.
///
/// FIXME: We're assuming here that items are always received after all the folders have been
/// We're assuming here that items are always received after all the folders have been
/// received.
/// </summary>
/// <param name="userID"></param>

View File

@@ -37,10 +37,6 @@ namespace OpenSim.Framework.Communications
/// Callback used when a user's inventory is received from the inventory service
/// </summary>
public delegate void InventoryReceiptCallback(LLUUID userId, ICollection<InventoryFolderImpl> folders, ICollection<InventoryItemBase> items);
//public delegate void InventoryFolderInfo(LLUUID userID, InventoryFolderImpl folderInfo);
//public delegate void InventoryItemInfo(LLUUID userID, InventoryItemBase itemInfo);
/// <summary>
/// Defines all the operations one can perform on a user's inventory.