aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IEntityInventory.cs')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IEntityInventory.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs b/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
index 64664ab..15060fd 100644
--- a/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
+++ b/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
@@ -194,13 +194,6 @@ namespace OpenSim.Region.Framework.Interfaces
194 int RemoveInventoryItem(UUID itemID); 194 int RemoveInventoryItem(UUID itemID);
195 195
196 /// <summary> 196 /// <summary>
197 /// Return the name with which a client can request a xfer of this prim's inventory metadata
198 /// </summary>
199 string GetInventoryFileName();
200
201 bool GetInventoryFileName(IClientAPI client, uint localID);
202
203 /// <summary>
204 /// Serialize all the metadata for the items in this prim's inventory ready for sending to the client 197 /// Serialize all the metadata for the items in this prim's inventory ready for sending to the client
205 /// </summary> 198 /// </summary>
206 /// <param name="xferManager"></param> 199 /// <param name="xferManager"></param>