GitX forgot to commit these changes after downloader refactoring

This commit is contained in:
Alex Zolotarev 2011-10-25 18:50:39 +03:00 committed by Alex Zolotarev
parent f83bceee3b
commit e35cbef616

View file

@ -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;