add Cap_FetchLib2 note that this is still local to regions, not using grid as it possible should, but this needs more work, and issue with HG older grids/regions

This commit is contained in:
UbitUmarov
2018-01-27 04:32:03 +00:00
parent 3dbdacf31f
commit 13b4ce8199
7 changed files with 228 additions and 20 deletions

View File

@@ -38,6 +38,7 @@ namespace OpenSim.Services.Interfaces
InventoryFolderImpl LibraryRootFolder { get; }
Dictionary<UUID, InventoryFolderImpl> GetAllFolders();
InventoryItemBase GetItem(UUID itemID);
InventoryItemBase[] GetMultipleItems(UUID[] itemIDs);
}
}