aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/UserLoginService.cs
diff options
context:
space:
mode:
authorlbsa712008-11-25 11:46:15 +0000
committerlbsa712008-11-25 11:46:15 +0000
commitdbe64197aecfad98ef04ceffc451f01dd2cab50f (patch)
tree4fd818abe8f01125c6ddb0dbb76b96c986dddd98 /OpenSim/Grid/UserServer/UserLoginService.cs
parent* Adding the incoming url as Param[2] in the XmlRpcRequest (diff)
downloadopensim-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.cs2
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