aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/LLLoginService/LLLoginResponse.cs
diff options
context:
space:
mode:
authorJohn Hurliman2010-03-12 10:19:57 -0800
committerJohn Hurliman2010-03-12 10:19:57 -0800
commit3fa49888104c609298a2562ec61384aeeb8e566e (patch)
tree783bde8ab10d8a76c67ec19958aae1857da8c1e5 /OpenSim/Services/LLLoginService/LLLoginResponse.cs
parentAdding the SimianGrid connectors (diff)
parentBug fix: "last location" login. (diff)
downloadopensim-SC_OLD-3fa49888104c609298a2562ec61384aeeb8e566e.zip
opensim-SC_OLD-3fa49888104c609298a2562ec61384aeeb8e566e.tar.gz
opensim-SC_OLD-3fa49888104c609298a2562ec61384aeeb8e566e.tar.bz2
opensim-SC_OLD-3fa49888104c609298a2562ec61384aeeb8e566e.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Services/LLLoginService/LLLoginResponse.cs')
-rw-r--r--OpenSim/Services/LLLoginService/LLLoginResponse.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Services/LLLoginService/LLLoginResponse.cs b/OpenSim/Services/LLLoginService/LLLoginResponse.cs
index 1a59213..ee30fa3 100644
--- a/OpenSim/Services/LLLoginService/LLLoginResponse.cs
+++ b/OpenSim/Services/LLLoginService/LLLoginResponse.cs
@@ -47,9 +47,9 @@ namespace OpenSim.Services.LLLoginService
47{ 47{
48 public class LLFailedLoginResponse : OpenSim.Services.Interfaces.FailedLoginResponse 48 public class LLFailedLoginResponse : OpenSim.Services.Interfaces.FailedLoginResponse
49 { 49 {
50 string m_key; 50 protected string m_key;
51 string m_value; 51 protected string m_value;
52 string m_login; 52 protected string m_login;
53 53
54 public static LLFailedLoginResponse UserProblem; 54 public static LLFailedLoginResponse UserProblem;
55 public static LLFailedLoginResponse AuthorizationProblem; 55 public static LLFailedLoginResponse AuthorizationProblem;