Add a missing interface memeber to the new HG stuff

This commit is contained in:
Melanie
2010-12-03 07:04:07 +01:00
parent 6c01ebb875
commit ce1aedf474

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;