Add a missing interface memeber to the new HG stuff

avinationmerge
Melanie 2010-12-03 07:04:07 +01:00
parent 6c01ebb875
commit ce1aedf474
1 changed files with 5 additions and 0 deletions

View File

@ -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;