add some wiring to have GetUserAccounts for multiple IDs on a single request to grid services. Unfinished, untested

This commit is contained in:
UbitUmarov
2016-08-13 05:22:29 +01:00
parent b64f25e631
commit 7c1b2a5dde
7 changed files with 139 additions and 0 deletions

View File

@@ -100,6 +100,12 @@ namespace OpenSim.Services.HypergridService
return null;
}
public List<UserAccount> GetUserAccounts(UUID scopeID, List<string> IDs, out bool suported)
{
suported = false;
return null;
}
public void InvalidateCache(UUID userID)
{
m_UUIDCache.Remove(userID);