* Adding some virtual hooks and making some privaets protected for great justice.

This commit is contained in:
lbsa71
2008-11-25 11:46:15 +00:00
parent 0f5112ffff
commit dbe64197ae
4 changed files with 21 additions and 9 deletions

View File

@@ -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;