aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
diff options
context:
space:
mode:
authorMelanie2010-12-21 20:47:00 +0000
committerMelanie2010-12-21 20:49:31 +0000
commit043dace1184b14c1b07863c2ffabaf5e24fb53c4 (patch)
tree694712bc17b61db47a6a2033de4b17d46894ac96 /OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
parentShooting in the dark for solutions to the appearance problem (diff)
downloadopensim-SC_OLD-043dace1184b14c1b07863c2ffabaf5e24fb53c4.zip
opensim-SC_OLD-043dace1184b14c1b07863c2ffabaf5e24fb53c4.tar.gz
opensim-SC_OLD-043dace1184b14c1b07863c2ffabaf5e24fb53c4.tar.bz2
opensim-SC_OLD-043dace1184b14c1b07863c2ffabaf5e24fb53c4.tar.xz
Make prim inventories a bit more sane
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>