diff options
author | Roxie Linden <roxie@lindenlab.com> | 2010-04-22 16:30:50 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2010-04-22 16:30:50 -0700 |
commit | b0473a8d47792e94aaea9c273122fae42577ad8f (patch) | |
tree | 40589577bdd36e8542afbb1b231fa88854b692aa /indra/newview/tests | |
parent | cdc42c49b24415448baf32e4ef40f56ffe697bb3 (diff) |
Fix test build break
Diffstat (limited to 'indra/newview/tests')
-rw-r--r-- | indra/newview/tests/llsechandler_basic_test.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/tests/llsechandler_basic_test.cpp b/indra/newview/tests/llsechandler_basic_test.cpp index 236d17c591..3f4474e23a 100644 --- a/indra/newview/tests/llsechandler_basic_test.cpp +++ b/indra/newview/tests/llsechandler_basic_test.cpp @@ -95,6 +95,13 @@ LLSD LLCredential::getLoginParams() return result; } +void LLCredential::identifierType(std::string &idType) +{ +} + +void LLCredential::authenticatorType(std::string &idType) +{ +} LLControlGroup gSavedSettings("test"); |