From e6bb86a22428c6ed9e3d97e5347835e5e5cff598 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Sun, 22 Mar 2009 15:42:22 +0000 Subject: Add QueryItem method to secure inventory and HG inventory, change method sig to provide additional information the HG needs. --- OpenSim/Framework/Communications/ISecureInventoryService.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim/Framework/Communications/ISecureInventoryService.cs') diff --git a/OpenSim/Framework/Communications/ISecureInventoryService.cs b/OpenSim/Framework/Communications/ISecureInventoryService.cs index 6da13fe..d70dd0b 100644 --- a/OpenSim/Framework/Communications/ISecureInventoryService.cs +++ b/OpenSim/Framework/Communications/ISecureInventoryService.cs @@ -96,6 +96,8 @@ namespace OpenSim.Framework.Communications /// true if the item was successfully deleted bool DeleteItem(InventoryItemBase item, UUID session_id); + InventoryItemBase QueryItem(InventoryItemBase item, UUID session_id); + /// /// Does the given user have an inventory structure? /// -- cgit v1.1