mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Some modifications to user service. Query by name is implemented now
This commit is contained in:
@@ -46,6 +46,7 @@ namespace OpenSim.Data
|
||||
/// </summary>
|
||||
public interface IUserAccountData
|
||||
{
|
||||
UserAccountData[] Get(string[] fields, string[] values);
|
||||
bool Store(UserAccountData data, UUID principalID, string token);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user