aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Inventory/QuickAndDirtyInventoryServiceConnector.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Services/Connectors/Inventory/QuickAndDirtyInventoryServiceConnector.cs')
-rw-r--r--OpenSim/Services/Connectors/Inventory/QuickAndDirtyInventoryServiceConnector.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Services/Connectors/Inventory/QuickAndDirtyInventoryServiceConnector.cs b/OpenSim/Services/Connectors/Inventory/QuickAndDirtyInventoryServiceConnector.cs
index 22289aa..41aacd0 100644
--- a/OpenSim/Services/Connectors/Inventory/QuickAndDirtyInventoryServiceConnector.cs
+++ b/OpenSim/Services/Connectors/Inventory/QuickAndDirtyInventoryServiceConnector.cs
@@ -156,12 +156,12 @@ namespace OpenSim.Services.Connectors
156 return false; 156 return false;
157 } 157 }
158 158
159 public InventoryItemBase QueryItem(InventoryItemBase item) 159 public InventoryItemBase GetItem(InventoryItemBase item)
160 { 160 {
161 return null; 161 return null;
162 } 162 }
163 163
164 public InventoryFolderBase QueryFolder(InventoryFolderBase folder) 164 public InventoryFolderBase GetFolder(InventoryFolderBase folder)
165 { 165 {
166 return null; 166 return null;
167 } 167 }