diff options
author | Melanie | 2009-12-31 02:26:00 +0000 |
---|---|---|
committer | Melanie | 2009-12-31 02:26:00 +0000 |
commit | 01f6aee020eddb46893cbfbcf3b1e114a85ac261 (patch) | |
tree | 6664f3d4aea41a2c8f6bab9b2645a2e10212edcc /OpenSim/Data/IUserAccountData.cs | |
parent | Implement saving user account data (diff) | |
download | opensim-SC_OLD-01f6aee020eddb46893cbfbcf3b1e114a85ac261.zip opensim-SC_OLD-01f6aee020eddb46893cbfbcf3b1e114a85ac261.tar.gz opensim-SC_OLD-01f6aee020eddb46893cbfbcf3b1e114a85ac261.tar.bz2 opensim-SC_OLD-01f6aee020eddb46893cbfbcf3b1e114a85ac261.tar.xz |
Implement avatar picker queries
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/IUserAccountData.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Data/IUserAccountData.cs b/OpenSim/Data/IUserAccountData.cs index e350a18..6ee5995 100644 --- a/OpenSim/Data/IUserAccountData.cs +++ b/OpenSim/Data/IUserAccountData.cs | |||
@@ -48,5 +48,6 @@ namespace OpenSim.Data | |||
48 | { | 48 | { |
49 | UserAccountData[] Get(string[] fields, string[] values); | 49 | UserAccountData[] Get(string[] fields, string[] values); |
50 | bool Store(UserAccountData data); | 50 | bool Store(UserAccountData data); |
51 | UserAccountData[] GetUsers(UUID scopeID, string query); | ||
51 | } | 52 | } |
52 | } | 53 | } |