diff options
author | McCabe Maxsted | 2011-03-22 01:59:52 -0700 |
---|---|---|
committer | McCabe Maxsted | 2011-03-22 01:59:52 -0700 |
commit | 9e11339ee6be8161c676fe16c34edb5bc089a9bf (patch) | |
tree | b6a2a1bd49a1ba4cc02a5898c1746e1df8327580 /linden/indra/newview/hippogridmanager.h | |
parent | Fixed tab order on login screen (diff) | |
download | meta-impy-9e11339ee6be8161c676fe16c34edb5bc089a9bf.zip meta-impy-9e11339ee6be8161c676fe16c34edb5bc089a9bf.tar.gz meta-impy-9e11339ee6be8161c676fe16c34edb5bc089a9bf.tar.bz2 meta-impy-9e11339ee6be8161c676fe16c34edb5bc089a9bf.tar.xz |
Support username logins on Linden grids. Seems to cover most edge cases with our current grid manager, but really exposes the weaknesses of not saving login info with the grid, usability-wise. (Note: autologin and the command line need to be tested)
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/hippogridmanager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/hippogridmanager.h b/linden/indra/newview/hippogridmanager.h index 8429dba..1b6fbc5 100644 --- a/linden/indra/newview/hippogridmanager.h +++ b/linden/indra/newview/hippogridmanager.h | |||
@@ -55,6 +55,7 @@ public: | |||
55 | const std::string& getVoiceConnector() const { return mVoiceConnector; } | 55 | const std::string& getVoiceConnector() const { return mVoiceConnector; } |
56 | std::string getSearchUrl(SearchType ty, bool is_web) const; | 56 | std::string getSearchUrl(SearchType ty, bool is_web) const; |
57 | bool isRenderCompat() const; | 57 | bool isRenderCompat() const; |
58 | bool isUsernameCompat() const; | ||
58 | int getMaxAgentGroups() const { return mMaxAgentGroups; } | 59 | int getMaxAgentGroups() const { return mMaxAgentGroups; } |
59 | 60 | ||
60 | const std::string& getCurrencySymbol() const; | 61 | const std::string& getCurrencySymbol() const; |