Skip to content
Snippets Groups Projects
Commit 00187622 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

Dummy out LLUpdateDownloader::cancel() too for testing.

parent 098fa21c
No related branches found
No related tags found
No related merge requests found
...@@ -100,6 +100,7 @@ std::string LLUpdateDownloader::downloadMarkerPath(void) ...@@ -100,6 +100,7 @@ std::string LLUpdateDownloader::downloadMarkerPath(void)
} }
void LLUpdateDownloader::resume(void) {} void LLUpdateDownloader::resume(void) {}
void LLUpdateDownloader::cancel(void) {}
int ll_install_update(std::string const &, std::string const &, LLInstallScriptMode) int ll_install_update(std::string const &, std::string const &, LLInstallScriptMode)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment