From 331aef2bae0f8d23a43e238d229ac63c831063f6 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 21 Jan 2008 15:17:09 +0000 Subject: Method rename --- OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'OpenSim/Region/Environment') diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs index c0297cf..a700974 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs @@ -216,11 +216,13 @@ namespace OpenSim.Region.Environment.Scenes } /// - /// Add a whole collection of items to the prim's inventory at once. We assume that the items already - /// have all their fields correctly filled out. + /// Restore a whole collection of items to the prim's inventory at once. + /// We assume that the items already have all their fields correctly filled out. + /// The items are not flagged for persistence to the database, since they are being restored + /// from persistence rather than being newly added. /// /// - public void AddInventoryItems(ICollection items) + public void RestoreInventoryItems(ICollection items) { lock (m_taskInventory) { -- cgit v1.1