Changeset 56

Show
Ignore:
Timestamp:
11/29/06 17:12:06 (2 years ago)
Author:
cordney
Message:

downloader: declaration fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/changelog.txt

    r54 r56  
     1Q-0.8.2d56 
     2[fix] downloader: declaration fixes 
     3 
    14Q-0.8.2d54 
    25[fix] build/commit fixes 
  • trunk/qcontrol/cocoaDownload.h

    r19 r56  
    3232    NSString * savePath; 
    3333    NSMutableArray * lastReceivedContentLength; 
     34    NSTimer * timer; 
    3435     
    3536    BOOL isHTTP; 
     
    7071- (void) startHTTPDownload; 
    7172- (void) startBTDownload; 
     73- (void) checkDownloadStarted; 
    7274- (void) stopDownload; 
    7375 
  • trunk/qcontrol/cocoaDownloadController.h

    r49 r56  
    8383// file manipulation functions 
    8484- (void)uncompressPC:(NSString *)path; 
     85- (void) finishDownload:(int)sender withStatus:(int)status; 
    8586 
    8687@end