diff options
author | UbitUmarov | 2016-08-17 06:00:42 +0100 |
---|---|---|
committer | UbitUmarov | 2016-08-17 06:00:42 +0100 |
commit | 04ea34f379a1839e618ef1a7ba05a1be19f8e43c (patch) | |
tree | 9b0e7fad4f2b50b5dcfdcb1c261dacbeec7d7ffc /OpenSim/Services/Interfaces/IUserManagement.cs | |
parent | drasticly reduce HG inventory caches Expire times, Remove them all onClientC... (diff) | |
download | opensim-SC-04ea34f379a1839e618ef1a7ba05a1be19f8e43c.zip opensim-SC-04ea34f379a1839e618ef1a7ba05a1be19f8e43c.tar.gz opensim-SC-04ea34f379a1839e618ef1a7ba05a1be19f8e43c.tar.bz2 opensim-SC-04ea34f379a1839e618ef1a7ba05a1be19f8e43c.tar.xz |
add GetUsersNames(string[] ids) to UserManagement. Make GetDisplayNames cap use it so several IDs are handle on a single call. Since there is no grid side suport, no much gain still
Diffstat (limited to 'OpenSim/Services/Interfaces/IUserManagement.cs')
-rw-r--r-- | OpenSim/Services/Interfaces/IUserManagement.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Services/Interfaces/IUserManagement.cs b/OpenSim/Services/Interfaces/IUserManagement.cs index 9e560d5..225560e 100644 --- a/OpenSim/Services/Interfaces/IUserManagement.cs +++ b/OpenSim/Services/Interfaces/IUserManagement.cs | |||
@@ -42,6 +42,7 @@ namespace OpenSim.Services.Interfaces | |||
42 | string GetUserUUI(UUID uuid); | 42 | string GetUserUUI(UUID uuid); |
43 | bool GetUserUUI(UUID userID, out string uui); | 43 | bool GetUserUUI(UUID userID, out string uui); |
44 | string GetUserServerURL(UUID uuid, string serverType); | 44 | string GetUserServerURL(UUID uuid, string serverType); |
45 | Dictionary<UUID,string> GetUsersNames(string[] ids); | ||
45 | 46 | ||
46 | /// <summary> | 47 | /// <summary> |
47 | /// Get user ID by the given name. | 48 | /// Get user ID by the given name. |