summaryrefslogtreecommitdiff
path: root/indra/newview/tests
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2010-04-22 16:30:50 -0700
committerRoxie Linden <roxie@lindenlab.com>2010-04-22 16:30:50 -0700
commitb0473a8d47792e94aaea9c273122fae42577ad8f (patch)
tree40589577bdd36e8542afbb1b231fa88854b692aa /indra/newview/tests
parentcdc42c49b24415448baf32e4ef40f56ffe697bb3 (diff)
Fix test build break
Diffstat (limited to 'indra/newview/tests')
-rw-r--r--indra/newview/tests/llsechandler_basic_test.cpp7
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");