summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2010-11-18 12:12:44 -0500
committerNat Goodspeed <nat@lindenlab.com>2010-11-18 12:12:44 -0500
commit0018762228c627b27ccc0d98528cfe745ca5d53e (patch)
tree2beefb336054760a69e96a11598424b1b22f4059
parent098fa21c4f812b94348c0631c29babff68968d3d (diff)
Dummy out LLUpdateDownloader::cancel() too for testing.
-rw-r--r--indra/viewer_components/updater/tests/llupdaterservice_test.cpp1
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 25fd1b034d..390879352c 100644
--- a/indra/viewer_components/updater/tests/llupdaterservice_test.cpp
+++ b/indra/viewer_components/updater/tests/llupdaterservice_test.cpp
@@ -100,6 +100,7 @@ std::string LLUpdateDownloader::downloadMarkerPath(void)
}
void LLUpdateDownloader::resume(void) {}
+void LLUpdateDownloader::cancel(void) {}
int ll_install_update(std::string const &, std::string const &, LLInstallScriptMode)
{