From 97b207240ee79abfec08d2dfaa9385211eb305c8 Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Tue, 23 Aug 2011 22:05:22 +0100
Subject: rename AttachmentsModule.ShowDetachInUserInventory() to
DetachSingleAttachmentToInv() for consistency and to reflect it's actual
behaviour
---
.../Framework/Interfaces/IAttachmentsModule.cs | 22 +++++++---------------
1 file changed, 7 insertions(+), 15 deletions(-)
(limited to 'OpenSim/Region/Framework/Interfaces')
diff --git a/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs b/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs
index e012885..0c82411 100644
--- a/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs
@@ -47,7 +47,7 @@ namespace OpenSim.Region.Framework.Interfaces
IClientAPI remoteClient, uint objectLocalID, uint AttachmentPt, bool silent);
///
- /// Attach an object to an avatar.
+ /// Attach an object to an avatar
///
///
///
@@ -110,11 +110,11 @@ namespace OpenSim.Region.Framework.Interfaces
void DetachSingleAttachmentToGround(UUID itemID, IClientAPI remoteClient);
///
- /// Update the user inventory to show a detach.
+ /// Detach the given item so that it remains in the user's inventory.
///
/// /param>
///
- void ShowDetachInUserInventory(UUID itemID, IClientAPI remoteClient);
+ void DetachSingleAttachmentToInv(UUID itemID, IClientAPI remoteClient);
///
/// Update the position of an attachment.
@@ -126,18 +126,10 @@ namespace OpenSim.Region.Framework.Interfaces
///
/// Update the user inventory with a changed attachment
///
- ///
- /// A
- ///
- ///
- /// A
- ///
- ///
- /// A
- ///
- ///
- /// A
- ///
+ ///
+ ///
+ ///
+ ///
void UpdateKnownItem(IClientAPI remoteClient, SceneObjectGroup grp, UUID itemID, UUID agentID);
}
}
--
cgit v1.1