diff options
author | Diva Canto | 2009-08-10 16:02:09 -0700 |
---|---|---|
committer | Diva Canto | 2009-08-10 16:02:09 -0700 |
commit | 0c47f8e7ab1a1c28de218a3338143038ccaaa4a4 (patch) | |
tree | 02d966e07c23807b47f9f079260ea1d2b21f57a3 /OpenSim/Services/Connectors/Inventory | |
parent | Last piece of cleaning up old inventory. Old IInventoryServices and ISecureIn... (diff) | |
download | opensim-SC_OLD-0c47f8e7ab1a1c28de218a3338143038ccaaa4a4.zip opensim-SC_OLD-0c47f8e7ab1a1c28de218a3338143038ccaaa4a4.tar.gz opensim-SC_OLD-0c47f8e7ab1a1c28de218a3338143038ccaaa4a4.tar.bz2 opensim-SC_OLD-0c47f8e7ab1a1c28de218a3338143038ccaaa4a4.tar.xz |
Changed RequestRootFolder to GetRootFolder
Diffstat (limited to 'OpenSim/Services/Connectors/Inventory')
-rw-r--r-- | OpenSim/Services/Connectors/Inventory/QuickAndDirtyInventoryServiceConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Inventory/QuickAndDirtyInventoryServiceConnector.cs b/OpenSim/Services/Connectors/Inventory/QuickAndDirtyInventoryServiceConnector.cs index 6a93c04..a804973 100644 --- a/OpenSim/Services/Connectors/Inventory/QuickAndDirtyInventoryServiceConnector.cs +++ b/OpenSim/Services/Connectors/Inventory/QuickAndDirtyInventoryServiceConnector.cs | |||
@@ -161,7 +161,7 @@ namespace OpenSim.Services.Connectors | |||
161 | return false; | 161 | return false; |
162 | } | 162 | } |
163 | 163 | ||
164 | public InventoryFolderBase RequestRootFolder(UUID userID) | 164 | public InventoryFolderBase GetRootFolder(UUID userID) |
165 | { | 165 | { |
166 | return null; | 166 | return null; |
167 | } | 167 | } |