Add a missing interface memeber to the new HG stuff
parent
6c01ebb875
commit
ce1aedf474
|
@ -89,6 +89,11 @@ namespace OpenSim.Services.HypergridService
|
|||
return null;
|
||||
}
|
||||
|
||||
public List<UserAccount> GetUserAccountsWhere(UUID scopeID, string query)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
public List<UserAccount> GetUserAccounts(UUID scopeID, string query)
|
||||
{
|
||||
return null;
|
||||
|
|
Loading…
Reference in New Issue