From 6fec9c789b509a8dd2ca636edd61e5f5cd510d11 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 25 Apr 2008 21:31:40 +0000 Subject: * Check in odds and ends which remain as an attempt to get the item properties panel for a prim's contents working * Temporarily hacked things to bring our protocol data flow to be pretty much completely identical to the Linden's for this - to absolutely no avail. * Leaving commented code in as a springboard for some future attempt --- OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs') diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs index d9808e6..efb40dd 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs @@ -151,6 +151,11 @@ namespace OpenSim.Region.Environment.Scenes return false; } + /// + /// Return serialized inventory metadata for the given constituent prim + /// + /// + /// public void RequestInventoryFile(uint localID, IXfer xferManager) { SceneObjectPart part = GetChildPart(localID); -- cgit v1.1