diff options
| -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"); | 
