#include "thread.h"#include <wx/event.h>#include "httpdownloader.cpp"#include <wx/file.h>#include <wx/intl.h>#include <wx/protocol/http.h>#include <wx/string.h>#include <wx/zipstrm.h>#include <wx/sstream.h>#include <wx/wfstream.h>#include <wx/app.h>#include <wx/log.h>#include <memory>#include "utils/conversion.h"#include "utils/debug.h"

Go to the source code of this file.
Data Structures | |
| class | HttpDownloaderThread< ParentClass > |
Variables | |
| const wxEventType | httpDownloadEvtComplete = wxNewEventType() |
| const wxEventType | httpDownloadEvtFailed = wxNewEventType() |
| const wxEventType httpDownloadEvtComplete = wxNewEventType() |
Definition at line 7 of file httpdownloader.h.
| const wxEventType httpDownloadEvtFailed = wxNewEventType() |
Definition at line 8 of file httpdownloader.h.
1.6.3