Changeset 56
- Timestamp:
- 11/29/06 17:12:06 (2 years ago)
- Files:
-
- trunk/changelog.txt (modified) (1 diff)
- trunk/qcontrol/cocoaDownload.h (modified) (2 diffs)
- trunk/qcontrol/cocoaDownloadController.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/changelog.txt
r54 r56 1 Q-0.8.2d56 2 [fix] downloader: declaration fixes 3 1 4 Q-0.8.2d54 2 5 [fix] build/commit fixes trunk/qcontrol/cocoaDownload.h
r19 r56 32 32 NSString * savePath; 33 33 NSMutableArray * lastReceivedContentLength; 34 NSTimer * timer; 34 35 35 36 BOOL isHTTP; … … 70 71 - (void) startHTTPDownload; 71 72 - (void) startBTDownload; 73 - (void) checkDownloadStarted; 72 74 - (void) stopDownload; 73 75 trunk/qcontrol/cocoaDownloadController.h
r49 r56 83 83 // file manipulation functions 84 84 - (void)uncompressPC:(NSString *)path; 85 - (void) finishDownload:(int)sender withStatus:(int)status; 85 86 86 87 @end