aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/Library/LocalInventoryService.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/Region/CoreModules/Framework/Library/LocalInventoryService.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/Region/CoreModules/Framework/Library/LocalInventoryService.cs6
1 files changed, 2 insertions, 4 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/Library/LocalInventoryService.cs b/OpenSim/Region/CoreModules/Framework/Library/LocalInventoryService.cs
index 112ccd8..49589fd 100644
--- a/OpenSim/Region/CoreModules/Framework/Library/LocalInventoryService.cs
+++ b/OpenSim/Region/CoreModules/Framework/Library/LocalInventoryService.cs
@@ -1,4 +1,4 @@
1/* 1/*
2 * Copyright (c) Contributors, http://opensimulator.org/ 2 * Copyright (c) Contributors, http://opensimulator.org/
3 * See CONTRIBUTORS.TXT for a full list of copyright holders. 3 * See CONTRIBUTORS.TXT for a full list of copyright holders.
4 * 4 *
@@ -229,14 +229,12 @@ namespace OpenSim.Region.CoreModules.Framework.Library
229 /// <returns></returns> 229 /// <returns></returns>
230 public InventoryItemBase GetItem(InventoryItemBase item) { return null; } 230 public InventoryItemBase GetItem(InventoryItemBase item) { return null; }
231 231
232 public InventoryFolderBase GetFolder(UUID folderId, UUID userId) { return null; }
233
234 /// <summary> 232 /// <summary>
235 /// Get a folder, given by its UUID 233 /// Get a folder, given by its UUID
236 /// </summary> 234 /// </summary>
237 /// <param name="folder"></param> 235 /// <param name="folder"></param>
238 /// <returns></returns> 236 /// <returns></returns>
239 public InventoryFolderBase GetFolder(InventoryFolderBase folder) { return null; } 237 public InventoryFolderBase GetFolder(InventoryFolderBase folder) { return null; }
240 238
241 /// <summary> 239 /// <summary>
242 /// Does the given user have an inventory structure? 240 /// Does the given user have an inventory structure?