diff options
author | Cho <cho@lindenlab.com> | 2013-01-29 00:19:29 +0000 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-01-29 00:19:29 +0000 |
commit | acd28e28bc6ff48789ba321a470f05f7162ddd46 (patch) | |
tree | 9d314ca328862b75b8ab50852bec05a47fe48a2e /indra/viewer_components/updater/tests/llupdaterservice_test.cpp | |
parent | 44b681f5db9435f98d52525621aa98b0a8ed3063 (diff) | |
parent | f9d44737b780542c4f4e3f02122b0cf9fb0fd8c6 (diff) |
merging latest changes
Diffstat (limited to 'indra/viewer_components/updater/tests/llupdaterservice_test.cpp')
-rw-r--r-- | indra/viewer_components/updater/tests/llupdaterservice_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/viewer_components/updater/tests/llupdaterservice_test.cpp b/indra/viewer_components/updater/tests/llupdaterservice_test.cpp index a49bc4161e..de07beee7c 100644 --- a/indra/viewer_components/updater/tests/llupdaterservice_test.cpp +++ b/indra/viewer_components/updater/tests/llupdaterservice_test.cpp @@ -83,6 +83,7 @@ std::string LLDir::getSkinFolder() const { return "default"; } std::string LLDir::getLanguage() const { return "en"; } bool LLDir::setCacheDir(const std::string &path){ return true; } void LLDir::dumpCurrentDirectories() {} +void LLDir::updatePerAccountChatLogsDir() {} std::string LLDir::getExpandedFilename(ELLPath location, const std::string &filename) const |