aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
diff options
context:
space:
mode:
authorroot2010-09-16 23:12:32 +0200
committerMelanie2010-09-16 23:19:46 +0100
commit1b2edfe75f4fe8b320f65ad54f6f2b0972fda154 (patch)
tree7985e5df6f02fc475a84d451e2a3fe2d35b0494e /OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
parentAdd the modules include line back that i dropped by mistake (diff)
downloadopensim-SC_OLD-1b2edfe75f4fe8b320f65ad54f6f2b0972fda154.zip
opensim-SC_OLD-1b2edfe75f4fe8b320f65ad54f6f2b0972fda154.tar.gz
opensim-SC_OLD-1b2edfe75f4fe8b320f65ad54f6f2b0972fda154.tar.bz2
opensim-SC_OLD-1b2edfe75f4fe8b320f65ad54f6f2b0972fda154.tar.xz
JustinCC is evil. f7b28dd3 broke script persistence. This fixes it.
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IEntityInventory.cs')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IEntityInventory.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs b/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
index 7edb43e..2e6faa0 100644
--- a/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
+++ b/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
@@ -58,6 +58,15 @@ namespace OpenSim.Region.Framework.Interfaces
58 void ResetInventoryIDs(); 58 void ResetInventoryIDs();
59 59
60 /// <summary> 60 /// <summary>
61 /// Reset parent object UUID for all the items in the prim's inventory.
62 /// </summary>
63 ///
64 /// If this method is called and there are inventory items, then we regard the inventory as having changed.
65 ///
66 /// <param name="linkNum">Link number for the part</param>
67 void ResetObjectID();
68
69 /// <summary>
61 /// Change every item in this inventory to a new owner. 70 /// Change every item in this inventory to a new owner.
62 /// </summary> 71 /// </summary>
63 /// <param name="ownerId"></param> 72 /// <param name="ownerId"></param>