Implement avatar picker queries

This commit is contained in:
Melanie
2009-12-31 02:26:00 +00:00
parent 99ad7aac7f
commit 01f6aee020
4 changed files with 53 additions and 3 deletions

View File

@@ -48,5 +48,6 @@ namespace OpenSim.Data
{
UserAccountData[] Get(string[] fields, string[] values);
bool Store(UserAccountData data);
UserAccountData[] GetUsers(UUID scopeID, string query);
}
}