mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
* refactor: move CreateUser into UserServiceAdmin
This commit is contained in:
@@ -41,6 +41,15 @@ namespace OpenSim.Grid.MessagingServer
|
||||
{
|
||||
class UserManager : UserManagerBase
|
||||
{
|
||||
/// <summary>
|
||||
/// Constructor.
|
||||
/// </summary>
|
||||
/// Passing null to parent because we never use any function that requires an interservice inventory call.
|
||||
public UserManager()
|
||||
: base(null)
|
||||
{
|
||||
}
|
||||
|
||||
public UserAgentData GetUserAgentData(UUID AgentID)
|
||||
{
|
||||
UserProfileData userProfile = GetUserProfile(AgentID);
|
||||
@@ -53,8 +62,6 @@ namespace OpenSim.Grid.MessagingServer
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
|
||||
public override UserProfileData SetupMasterUser(string firstName, string lastName)
|
||||
{
|
||||
//throw new Exception("The method or operation is not implemented.");
|
||||
|
||||
Reference in New Issue
Block a user