aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-09-17 01:01:12 +0100
committerJustin Clark-Casey (justincc)2010-09-17 01:01:12 +0100
commit5b18f8be256c4a932ffc9bbe1ad21c1fce1195aa (patch)
treea17228c8f5643381a023a6a71839b21cbfe90d39 /OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
parentminor: remove some mono compiler warnings (diff)
parentRemoving debug (diff)
downloadopensim-SC_OLD-5b18f8be256c4a932ffc9bbe1ad21c1fce1195aa.zip
opensim-SC_OLD-5b18f8be256c4a932ffc9bbe1ad21c1fce1195aa.tar.gz
opensim-SC_OLD-5b18f8be256c4a932ffc9bbe1ad21c1fce1195aa.tar.bz2
opensim-SC_OLD-5b18f8be256c4a932ffc9bbe1ad21c1fce1195aa.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to '')
-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>