summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorLynx Linden <lynx@lindenlab.com>2009-11-11 00:00:21 +0000
committerLynx Linden <lynx@lindenlab.com>2009-11-11 00:00:21 +0000
commit2d5c6ea8207664ed3ef5de356638f7e30b812836 (patch)
treedfa8bb1629eb62a9ad6ba4220df17881b005b0d5 /indra/llui
parentc50072b5482bea46f62931e075f811fbce92293d (diff)
parent434407efc4e4a862cf7b755cd06f2ef6e78d2b8e (diff)
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llhelp.h2
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