diff options
author | lbsa71 | 2008-11-25 11:46:15 +0000 |
---|---|---|
committer | lbsa71 | 2008-11-25 11:46:15 +0000 |
commit | dbe64197aecfad98ef04ceffc451f01dd2cab50f (patch) | |
tree | 4fd818abe8f01125c6ddb0dbb76b96c986dddd98 /OpenSim/Grid/UserServer/UserLoginService.cs | |
parent | * Adding the incoming url as Param[2] in the XmlRpcRequest (diff) | |
download | opensim-SC_OLD-dbe64197aecfad98ef04ceffc451f01dd2cab50f.zip opensim-SC_OLD-dbe64197aecfad98ef04ceffc451f01dd2cab50f.tar.gz opensim-SC_OLD-dbe64197aecfad98ef04ceffc451f01dd2cab50f.tar.bz2 opensim-SC_OLD-dbe64197aecfad98ef04ceffc451f01dd2cab50f.tar.xz |
* Adding some virtual hooks and making some privaets protected for great justice.
Diffstat (limited to 'OpenSim/Grid/UserServer/UserLoginService.cs')
-rw-r--r-- | OpenSim/Grid/UserServer/UserLoginService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs index 1a69760..82d5af5 100644 --- a/OpenSim/Grid/UserServer/UserLoginService.cs +++ b/OpenSim/Grid/UserServer/UserLoginService.cs | |||
@@ -46,7 +46,7 @@ namespace OpenSim.Grid.UserServer | |||
46 | 46 | ||
47 | public class UserLoginService : LoginService | 47 | public class UserLoginService : LoginService |
48 | { | 48 | { |
49 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 49 | protected static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
50 | 50 | ||
51 | protected IInterServiceInventoryServices m_inventoryService; | 51 | protected IInterServiceInventoryServices m_inventoryService; |
52 | 52 | ||