Make prim inventories a bit more sane

This commit is contained in:
Melanie
2010-12-21 20:47:00 +00:00
parent a6a136bd90
commit 043dace118
4 changed files with 39 additions and 108 deletions

View File

@@ -193,13 +193,6 @@ namespace OpenSim.Region.Framework.Interfaces
/// in this prim's inventory.</returns>
int RemoveInventoryItem(UUID itemID);
/// <summary>
/// Return the name with which a client can request a xfer of this prim's inventory metadata
/// </summary>
string GetInventoryFileName();
bool GetInventoryFileName(IClientAPI client, uint localID);
/// <summary>
/// Serialize all the metadata for the items in this prim's inventory ready for sending to the client
/// </summary>