aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lluserauth.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/lluserauth.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/linden/indra/newview/lluserauth.h b/linden/indra/newview/lluserauth.h
index 0af8718..85cc180 100644
--- a/linden/indra/newview/lluserauth.h
+++ b/linden/indra/newview/lluserauth.h
@@ -127,6 +127,11 @@ public:
127 const std::string& hashed_volume_serial); 127 const std::string& hashed_volume_serial);
128 128
129 UserAuthcode authResponse(); 129 UserAuthcode authResponse();
130 // mResult contains the responses we get through the login process
131 //
132 LLSD mResult; // OGPX : *way* different access of auth result in OGP.
133 UserAuthcode mAuthResponse; // OGPX TODO: proper access functions
134
130 135
131 // clears out internal data cache. 136 // clears out internal data cache.
132 void reset(); 137 void reset();
@@ -143,7 +148,7 @@ public:
143private: 148private:
144 LLXMLRPCTransaction* mTransaction; 149 LLXMLRPCTransaction* mTransaction;
145 150
146 UserAuthcode mAuthResponse; 151
147 std::string mErrorMessage; 152 std::string mErrorMessage;
148 153
149 // dealing with the XML 154 // dealing with the XML