diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2010-12-07 15:41:31 -0800 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-12-07 15:41:31 -0800 |
commit | 3c3683b884542e5aa85099f4ce0c1b556613795d (patch) | |
tree | ca2fa9b4bf5e50ab4641a64c62eb072c81698a69 /indra/viewer_components/updater/tests | |
parent | 4d861ef022f6c22837de4c76ee3e7f2b191b8a5e (diff) |
limit dowload bandwidth to 'Maximum bandwidth' setting
Diffstat (limited to 'indra/viewer_components/updater/tests')
-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 050bb774f7..fbdf9a4993 100644 --- a/indra/viewer_components/updater/tests/llupdaterservice_test.cpp +++ b/indra/viewer_components/updater/tests/llupdaterservice_test.cpp @@ -101,6 +101,7 @@ std::string LLUpdateDownloader::downloadMarkerPath(void) void LLUpdateDownloader::resume(void) {}
void LLUpdateDownloader::cancel(void) {}
+void LLUpdateDownloader::setBandwidthLimit(U64 bytesPerSecond) {}
int ll_install_update(std::string const &, std::string const &, LLInstallScriptMode)
{
|