mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +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:
@@ -159,15 +159,9 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.UserAccounts
|
||||
|
||||
// Update all updatable fields
|
||||
//
|
||||
public bool SetUserAccount(UserAccount data)
|
||||
public bool StoreUserAccount(UserAccount data)
|
||||
{
|
||||
return m_UserService.SetUserAccount(data);
|
||||
}
|
||||
|
||||
// Creates a user data record
|
||||
public bool CreateUserAccount(UserAccount data)
|
||||
{
|
||||
return m_UserService.CreateUserAccount(data);
|
||||
return m_UserService.StoreUserAccount(data);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user