mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
* refactor: rename UserServiceAdmin to UserAdminService
This commit is contained in:
@@ -43,7 +43,7 @@ namespace OpenSim.Framework.Communications
|
||||
/// <summary>
|
||||
/// Base class for user management (create, read, etc)
|
||||
/// </summary>
|
||||
public abstract class UserManagerBase : IUserService, IUserServiceAdmin, IAvatarService, IMessagingService
|
||||
public abstract class UserManagerBase : IUserService, IUserAdminService, IAvatarService, IMessagingService
|
||||
{
|
||||
private static readonly ILog m_log
|
||||
= LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
Reference in New Issue
Block a user