diff options
| author | Oz Linden <oz@lindenlab.com> | 2017-08-14 07:15:18 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2017-08-14 07:15:18 -0400 |
| commit | 612ff7b6b3f3abb56ff6bf8331e2a1cd04c04066 (patch) | |
| tree | 8ac7debd75b1cad835c399d641aa3eff22046edf /indra/newview/tests/lllogininstance_test.cpp | |
| parent | 87a582a02c439149b24f2554fb416aa5dedda0e2 (diff) | |
MAINT-7640: Notify the user if login is blocked for a required viewer update
Diffstat (limited to 'indra/newview/tests/lllogininstance_test.cpp')
| -rw-r--r-- | indra/newview/tests/lllogininstance_test.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/indra/newview/tests/lllogininstance_test.cpp b/indra/newview/tests/lllogininstance_test.cpp index 3b7ec48d61..85a117a96b 100644 --- a/indra/newview/tests/lllogininstance_test.cpp +++ b/indra/newview/tests/lllogininstance_test.cpp @@ -40,6 +40,7 @@ // other Linden headers #include "../test/lltut.h" #include "llevents.h" +#include "llnotificationsutil.h" #if defined(LL_WINDOWS) #pragma warning(disable: 4355) // using 'this' in base-class ctor initializer expr @@ -112,6 +113,19 @@ void LLCredential::authenticatorType(std::string &idType) { } +LLNotificationPtr LLNotificationsUtil::add(const std::string& name, + const LLSD& substitutions, + const LLSD& payload, + boost::function<void (const LLSD&, const LLSD&)> functor) +{ + return LLNotificationPtr((LLNotification*)NULL); +} + +LLNotificationPtr LLNotificationsUtil::add(const std::string& name, const LLSD& args) +{ + return LLNotificationPtr((LLNotification*)NULL); +} + //----------------------------------------------------------------------------- #include "../llviewernetwork.h" LLGridManager::~LLGridManager() |
