diff options
| author | Lynx Linden <lynx@lindenlab.com> | 2009-11-11 00:00:21 +0000 |
|---|---|---|
| committer | Lynx Linden <lynx@lindenlab.com> | 2009-11-11 00:00:21 +0000 |
| commit | 2d5c6ea8207664ed3ef5de356638f7e30b812836 (patch) | |
| tree | dfa8bb1629eb62a9ad6ba4220df17881b005b0d5 /indra/llui | |
| parent | c50072b5482bea46f62931e075f811fbce92293d (diff) | |
| parent | 434407efc4e4a862cf7b755cd06f2ef6e78d2b8e (diff) | |
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0
Diffstat (limited to 'indra/llui')
| -rw-r--r-- | indra/llui/llhelp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llhelp.h b/indra/llui/llhelp.h index c06d29a4bd..82c3bc385f 100644 --- a/indra/llui/llhelp.h +++ b/indra/llui/llhelp.h @@ -40,6 +40,8 @@ class LLHelp virtual void showTopic(const std::string &topic) = 0; // return default (fallback) topic name suitable for showTopic() virtual std::string defaultTopic() = 0; + // return topic to use before the user logs in + virtual std::string preLoginTopic() = 0; }; #endif // headerguard |
