forked from organicmaps/organicmaps
GitX forgot to commit these changes after downloader refactoring
This commit is contained in:
parent
f83bceee3b
commit
e35cbef616
1 changed files with 2 additions and 2 deletions
|
@ -4,14 +4,14 @@
|
|||
#include "../../../platform/url_generator.hpp"
|
||||
#include "../../../std/string.hpp"
|
||||
|
||||
@interface IPhoneDownload : NSObject
|
||||
@interface AppleDownload : NSObject
|
||||
{
|
||||
HttpStartParams m_params;
|
||||
|
||||
string m_currentUrl;
|
||||
UrlGenerator m_urlGenerator;
|
||||
|
||||
FILE * m_file;
|
||||
FILE * m_file;
|
||||
/// stores information from the server, can be zero
|
||||
int64_t m_projectedFileSize;
|
||||
NSURLConnection * m_connection;
|
||||
|
|
Loading…
Add table
Reference in a new issue