aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-04-16 23:15:13 +0100
committerJustin Clark-Casey (justincc)2010-04-16 23:15:13 +0100
commit57c293d604874c8033a602d1cea6f5250769ff14 (patch)
treee5da635f17ceba90715e8910612b83ea4a0f2dc6 /OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs
parentminor: correctly print out missing item id when it can't be found rather than... (diff)
downloadopensim-SC_OLD-57c293d604874c8033a602d1cea6f5250769ff14.zip
opensim-SC_OLD-57c293d604874c8033a602d1cea6f5250769ff14.tar.gz
opensim-SC_OLD-57c293d604874c8033a602d1cea6f5250769ff14.tar.bz2
opensim-SC_OLD-57c293d604874c8033a602d1cea6f5250769ff14.tar.xz
refactor: crudely move DetachSingleAttachmentToGround() over to the AttachmentsModule
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs b/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs
index 77e9a7e..d43ce1f 100644
--- a/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs
@@ -92,6 +92,13 @@ namespace OpenSim.Region.Framework.Interfaces
92 IClientAPI remoteClient, 92 IClientAPI remoteClient,
93 RezMultipleAttachmentsFromInvPacket.HeaderDataBlock header, 93 RezMultipleAttachmentsFromInvPacket.HeaderDataBlock header,
94 RezMultipleAttachmentsFromInvPacket.ObjectDataBlock[] objects); 94 RezMultipleAttachmentsFromInvPacket.ObjectDataBlock[] objects);
95
96 /// <summary>
97 /// Detach the given item to the ground.
98 /// </summary>
99 /// <param name="itemID"></param>
100 /// <param name="remoteClient"></param>
101 void DetachSingleAttachmentToGround(UUID itemID, IClientAPI remoteClient);
95 102
96 /// <summary> 103 /// <summary>
97 /// Update the user inventory to the attachment of an item 104 /// Update the user inventory to the attachment of an item