mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* Adding some virtual hooks and making some privaets protected for great justice.
This commit is contained in:
@@ -42,7 +42,7 @@ namespace OpenSim.Grid.UserServer
|
||||
|
||||
public class UserManager : UserManagerBase
|
||||
{
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
protected static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
public event logOffUser OnLogOffUser;
|
||||
private logOffUser handlerLogOffUser;
|
||||
|
||||
Reference in New Issue
Block a user