From 034c9cf606373bfa9d3f8040cd787f789e0efbf2 Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Thu, 13 Aug 2009 17:34:15 -0700 Subject: Added GetAssetPermissions. Few last bugs nixed. This is ready for testing. --- OpenSim/Services/Connectors/Inventory/ISessionAuthInventoryService.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim/Services/Connectors/Inventory/ISessionAuthInventoryService.cs') diff --git a/OpenSim/Services/Connectors/Inventory/ISessionAuthInventoryService.cs b/OpenSim/Services/Connectors/Inventory/ISessionAuthInventoryService.cs index 973cb0a..f50bcf5 100644 --- a/OpenSim/Services/Connectors/Inventory/ISessionAuthInventoryService.cs +++ b/OpenSim/Services/Connectors/Inventory/ISessionAuthInventoryService.cs @@ -120,5 +120,7 @@ namespace OpenSim.Services.Connectors InventoryFolderBase QueryFolder(string userID, InventoryFolderBase item, UUID session_id); + int GetAssetPermissions(string userID, UUID assetID, UUID session_id); + } } -- cgit v1.1