aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IInventoryService.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-06-11 22:11:33 +0100
committerJustin Clark-Casey (justincc)2010-06-11 22:13:36 +0100
commit0dce4f1997c57cbdf6bc1f322182c318d3838e40 (patch)
treed3b564300cefb0de632fa0eadfaed57772c2832e /OpenSim/Services/Interfaces/IInventoryService.cs
parentAllow IInventoryService.GetFolder(folderId, userId) as well as GetFolder(Inve... (diff)
downloadopensim-SC_OLD-0dce4f1997c57cbdf6bc1f322182c318d3838e40.zip
opensim-SC_OLD-0dce4f1997c57cbdf6bc1f322182c318d3838e40.tar.gz
opensim-SC_OLD-0dce4f1997c57cbdf6bc1f322182c318d3838e40.tar.bz2
opensim-SC_OLD-0dce4f1997c57cbdf6bc1f322182c318d3838e40.tar.xz
Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as GetFolder(InventoryFolderBase folder)"
This reverts commit 3525195bc9b5fdfd9799411edd452981ef1f4ebd.
Diffstat (limited to '')
-rw-r--r--OpenSim/Services/Interfaces/IInventoryService.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/OpenSim/Services/Interfaces/IInventoryService.cs b/OpenSim/Services/Interfaces/IInventoryService.cs
index b0ffd8f..1b78fb3 100644
--- a/OpenSim/Services/Interfaces/IInventoryService.cs
+++ b/OpenSim/Services/Interfaces/IInventoryService.cs
@@ -170,14 +170,6 @@ namespace OpenSim.Services.Interfaces
170 InventoryItemBase GetItem(InventoryItemBase item); 170 InventoryItemBase GetItem(InventoryItemBase item);
171 171
172 /// <summary> 172 /// <summary>
173 /// Get a folder.
174 /// </summary>
175 /// <param name="folderId"></param>
176 /// <param name="userId"></param>
177 /// <returns></returns>
178 InventoryFolderBase GetFolder(UUID folderId, UUID userId);
179
180 /// <summary>
181 /// Get a folder, given by its UUID 173 /// Get a folder, given by its UUID
182 /// </summary> 174 /// </summary>
183 /// <param name="folder"></param> 175 /// <param name="folder"></param>