mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
Massive tab and trailing space cleanup
This commit is contained in:
@@ -84,7 +84,7 @@ namespace OpenSim.Services.Interfaces
|
||||
/// <param name="folderIDs"></param>
|
||||
/// <returns>Inventory content.</returns>
|
||||
InventoryCollection[] GetMultipleFoldersContent(UUID userID, UUID[] folderIDs);
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Gets the items inside a folder
|
||||
/// </summary>
|
||||
@@ -193,11 +193,11 @@ namespace OpenSim.Services.Interfaces
|
||||
|
||||
/// <summary>
|
||||
/// Get the union of permissions of all inventory items
|
||||
/// that hold the given assetID.
|
||||
/// that hold the given assetID.
|
||||
/// </summary>
|
||||
/// <param name="userID"></param>
|
||||
/// <param name="assetID"></param>
|
||||
/// <returns>The permissions or 0 if no such asset is found in
|
||||
/// <returns>The permissions or 0 if no such asset is found in
|
||||
/// the user's inventory</returns>
|
||||
int GetAssetPermissions(UUID userID, UUID assetID);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user