mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
* refactor: Break out IUserServiceAdmin out of IUserService since admin methods don't need to be implemented on Grid hosted region servers
This commit is contained in:
@@ -42,7 +42,7 @@ namespace OpenSim.Framework.Communications
|
||||
/// <summary>
|
||||
/// Base class for user management (create, read, etc)
|
||||
/// </summary>
|
||||
public abstract class UserManagerBase : IUserService, IAvatarService
|
||||
public abstract class UserManagerBase : IUserService, IUserServiceAdmin, IAvatarService
|
||||
{
|
||||
private static readonly ILog m_log
|
||||
= LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
Reference in New Issue
Block a user