Skip to content

Commit

Permalink
removed files
Browse files Browse the repository at this point in the history
  • Loading branch information
anlcan committed Jan 21, 2012
1 parent 43918b0 commit dd6e9ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Binary file not shown.
4 changes: 1 addition & 3 deletions DownloadDemo/HBDViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ - (IBAction)mainButtonClicked:(id)sender {
} else {

totalWorker = 3;
// 3.7 MB
//NSString * tmp = @"https://s3-eu-west-1.amazonaws.com/campaigntr/Ocak2012/dergi.pdf";
NSString * tmp = @"http://ipv4.download.thinkbroadband.com/20MB.zip";

currentDownload = [[HappyDownload alloc] initWithURL:[NSURL URLWithString:tmp]];
Expand Down Expand Up @@ -85,7 +83,7 @@ -(void)setProgress:(NSNumber*)newProgress forWorker:(ASIHTTPRequest *)request{

-(void)requestFinished:(ASIHTTPRequest *)request{

NSTimeInterval duration = [[[NSCalendar currentCalendar] components:NSSecondCalendarUnit fromDate:start
int duration = [[[NSCalendar currentCalendar] components:NSSecondCalendarUnit fromDate:start
toDate:[[NSDate new] autorelease]
options:0] second];

Expand Down

0 comments on commit dd6e9ba

Please sign in to comment.