diff options
author | Melanie | 2009-12-30 22:23:17 +0000 |
---|---|---|
committer | Melanie | 2009-12-30 22:23:17 +0000 |
commit | b6097ae9a8a4566330d882213179feba6d05da62 (patch) | |
tree | 382dc5f27e9734076f2808b07c8804323cc27f38 /OpenSim/Data/IUserAccountData.cs | |
parent | Merge branch 'presence-refactor' of ssh://diva@opensimulator.org/var/git/open... (diff) | |
download | opensim-SC_OLD-b6097ae9a8a4566330d882213179feba6d05da62.zip opensim-SC_OLD-b6097ae9a8a4566330d882213179feba6d05da62.tar.gz opensim-SC_OLD-b6097ae9a8a4566330d882213179feba6d05da62.tar.bz2 opensim-SC_OLD-b6097ae9a8a4566330d882213179feba6d05da62.tar.xz |
Some modifications to user service. Query by name is implemented now
Diffstat (limited to 'OpenSim/Data/IUserAccountData.cs')
-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 3d0dde4..5ebe7d3 100644 --- a/OpenSim/Data/IUserAccountData.cs +++ b/OpenSim/Data/IUserAccountData.cs | |||
@@ -46,6 +46,7 @@ namespace OpenSim.Data | |||
46 | /// </summary> | 46 | /// </summary> |
47 | public interface IUserAccountData | 47 | public interface IUserAccountData |
48 | { | 48 | { |
49 | UserAccountData[] Get(string[] fields, string[] values); | ||
49 | bool Store(UserAccountData data, UUID principalID, string token); | 50 | bool Store(UserAccountData data, UUID principalID, string token); |
50 | } | 51 | } |
51 | } | 52 | } |