mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount.
Implement the fetch operations fully. Rename one last UserService file to UserAccountService
This commit is contained in:
@@ -95,11 +95,9 @@ namespace OpenSim.Services.Interfaces
|
||||
//
|
||||
List<UserAccount> GetUserAccounts(UUID scopeID, string query);
|
||||
|
||||
// Update all updatable fields
|
||||
// Store the data given, wich replaces the sotred data, therefore
|
||||
// must be complete.
|
||||
//
|
||||
bool SetUserAccount(UserAccount data);
|
||||
|
||||
// Creates a user data record
|
||||
bool CreateUserAccount(UserAccount data);
|
||||
bool StoreUserAccount(UserAccount data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user