aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Inventory/QuickAndDirtyInventoryServiceConnector.cs
diff options
context:
space:
mode:
authorJohn Hurliman2010-06-11 15:43:22 -0700
committerJohn Hurliman2010-06-11 15:43:22 -0700
commitb5bc2816fc43d1b5d2c54c90c8135eab7b0a72be (patch)
tree95db3efbd631a46c2006fc94dd5ed869ccfcc61a /OpenSim/Services/Connectors/Inventory/QuickAndDirtyInventoryServiceConnector.cs
parent* Added a new method to IMapImageGenerator for getting the map tile before it... (diff)
parentMerge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff)
downloadopensim-SC_OLD-b5bc2816fc43d1b5d2c54c90c8135eab7b0a72be.zip
opensim-SC_OLD-b5bc2816fc43d1b5d2c54c90c8135eab7b0a72be.tar.gz
opensim-SC_OLD-b5bc2816fc43d1b5d2c54c90c8135eab7b0a72be.tar.bz2
opensim-SC_OLD-b5bc2816fc43d1b5d2c54c90c8135eab7b0a72be.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Services/Connectors/Inventory/QuickAndDirtyInventoryServiceConnector.cs')
-rw-r--r--OpenSim/Services/Connectors/Inventory/QuickAndDirtyInventoryServiceConnector.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Services/Connectors/Inventory/QuickAndDirtyInventoryServiceConnector.cs b/OpenSim/Services/Connectors/Inventory/QuickAndDirtyInventoryServiceConnector.cs
index 5a23687..a7aa138 100644
--- a/OpenSim/Services/Connectors/Inventory/QuickAndDirtyInventoryServiceConnector.cs
+++ b/OpenSim/Services/Connectors/Inventory/QuickAndDirtyInventoryServiceConnector.cs
@@ -171,11 +171,6 @@ namespace OpenSim.Services.Connectors
171 { 171 {
172 return null; 172 return null;
173 } 173 }
174
175 public InventoryFolderBase GetFolder(UUID folderId, UUID userId)
176 {
177 return null;
178 }
179 174
180 public InventoryFolderBase GetFolder(InventoryFolderBase folder) 175 public InventoryFolderBase GetFolder(InventoryFolderBase folder)
181 { 176 {