diff options
author | Rider Linden <rider@lindenlab.com> | 2015-09-01 17:03:08 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-09-01 17:03:08 -0700 |
commit | f0d911817369a4c5c55224df7021a0306b104990 (patch) | |
tree | 8ec5a8162b5db1a4323d0fbf625dbe716f70d947 /indra | |
parent | d7672d80cf6c92f1720f8e7596c705bedcbd4a0f (diff) |
One of the tests defined a namespace in order to fake out the libraries. Removed it.
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/llui/tests/llurlentry_test.cpp | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/indra/llui/tests/llurlentry_test.cpp b/indra/llui/tests/llurlentry_test.cpp index 15f2354552..ba1cc436f9 100755 --- a/indra/llui/tests/llurlentry_test.cpp +++ b/indra/llui/tests/llurlentry_test.cpp @@ -37,17 +37,17 @@ #include <boost/regex.hpp> -namespace LLExperienceCache -{ - const LLSD& get( const LLUUID& key) - { - static LLSD boo; - return boo; - } - - void get( const LLUUID& key, callback_slot_t slot ){} - -} +// namespace LLExperienceCache +// { +// const LLSD& get( const LLUUID& key) +// { +// static LLSD boo; +// return boo; +// } +// +// void get( const LLUUID& key, callback_slot_t slot ){} +// +// } typedef std::map<std::string, LLControlGroup*> settings_map_t; settings_map_t LLUI::sSettingGroups; |