diff options
Diffstat (limited to 'OpenSim/Services/Connectors/Inventory/ISessionAuthInventoryService.cs')
-rw-r--r-- | OpenSim/Services/Connectors/Inventory/ISessionAuthInventoryService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Inventory/ISessionAuthInventoryService.cs b/OpenSim/Services/Connectors/Inventory/ISessionAuthInventoryService.cs index 98fd680..973cb0a 100644 --- a/OpenSim/Services/Connectors/Inventory/ISessionAuthInventoryService.cs +++ b/OpenSim/Services/Connectors/Inventory/ISessionAuthInventoryService.cs | |||
@@ -57,7 +57,7 @@ namespace OpenSim.Services.Connectors | |||
57 | /// <param name="userID"></param> | 57 | /// <param name="userID"></param> |
58 | /// <param name="type"></param> | 58 | /// <param name="type"></param> |
59 | /// <returns></returns> | 59 | /// <returns></returns> |
60 | List<InventoryFolderBase> GetSystemFolders(string userID, UUID session_id); | 60 | Dictionary<AssetType, InventoryFolderBase> GetSystemFolders(string userID, UUID session_id); |
61 | 61 | ||
62 | /// <summary> | 62 | /// <summary> |
63 | /// Gets everything (folders and items) inside a folder | 63 | /// Gets everything (folders and items) inside a folder |