summaryrefslogtreecommitdiff
path: root/src/net/download.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/download.cpp')
-rw-r--r--src/net/download.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/net/download.cpp b/src/net/download.cpp
index b337e048d..02ef19d29 100644
--- a/src/net/download.cpp
+++ b/src/net/download.cpp
@@ -54,6 +54,15 @@ namespace Net
std::string Download::mUploadResponse;
+/*
+ mDownload = new Net::Download(this, tmw2.org...serverlist, &downloadUpdate, false, false, true);
+ mDownload->setFile(pathJoin(mDir,
+ branding.getStringValue("onlineServerFile")),
+ -1);
+ if (!listFile2.empty())
+ mDownload->addMirror(listFile2);
+ mDownload->start();
+*/
Download::Download(void *const ptr,
const std::string &url,
const DownloadUpdate updateFunction,