From 3525195bc9b5fdfd9799411edd452981ef1f4ebd Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Fri, 11 Jun 2010 21:52:43 +0100
Subject: Allow IInventoryService.GetFolder(folderId, userId) as well as
GetFolder(InventoryFolderBase folder)
This involves no wire changes since the methods often just construct an InventoryFolderBase under the hood.
This is in line with other methods that alraedy allow requests via uuid
---
OpenSim/Services/Interfaces/IInventoryService.cs | 8 ++++++++
1 file changed, 8 insertions(+)
(limited to 'OpenSim/Services/Interfaces/IInventoryService.cs')
diff --git a/OpenSim/Services/Interfaces/IInventoryService.cs b/OpenSim/Services/Interfaces/IInventoryService.cs
index 1b78fb3..b0ffd8f 100644
--- a/OpenSim/Services/Interfaces/IInventoryService.cs
+++ b/OpenSim/Services/Interfaces/IInventoryService.cs
@@ -170,6 +170,14 @@ namespace OpenSim.Services.Interfaces
InventoryItemBase GetItem(InventoryItemBase item);
///
+ /// Get a folder.
+ ///
+ ///
+ ///
+ ///
+ InventoryFolderBase GetFolder(UUID folderId, UUID userId);
+
+ ///
/// Get a folder, given by its UUID
///
///
--
cgit v1.1