Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Contents of /bathyscaphe/trunk/application/source/browser/BSThreadsListOPTask.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1422 - (show annotations) (download) (as text)
Tue May 1 13:07:47 2012 UTC (12 years ago) by masakih
File MIME type: text/x-chdr
File size: 930 byte(s)
change task classes for thread list.

1 //
2 // BSThreadsListOPTask.h
3 // BathyScaphe
4 //
5 // Created by Hori,Masaki on 06/08/06.
6 // Copyright 2006-2010,2012 BathyScaphe Project. All rights reserved.
7 // encoding="UTF-8"
8 //
9
10 #import <Cocoa/Cocoa.h>
11
12 #import "BSDBThreadList.h"
13
14 #import "BSThreadListTask.h"
15
16 @class BSDownloadTask, BSDBThreadsListDBUpdateTask2;
17
18 @interface BSThreadsListOPTask : BSThreadListTask
19 {
20 BSDBThreadList *m_targetList;
21 BOOL m_forceDL;
22
23 NSURL *targetURL;
24 NSString *bbsName;
25 BSDownloadTask *dlTask;
26 BSDBThreadsListDBUpdateTask2 *dbupTask;
27
28 NSData *m_downloadData;
29 NSError *m_downloadError;
30 BOOL isRebuilding;
31 BOOL isLivedoor;
32 }
33 @property (nonatomic, copy) NSString *boardName;
34
35 + (id)taskWithThreadList:(BSDBThreadList *)list forceDownload:(BOOL)forceDL;
36 - (id)initWithThreadList:(BSDBThreadList *)list forceDownload:(BOOL)forceDL rebuild:(BOOL)flag;
37
38 @end
39
40 extern NSString *const ThreadsListDownloaderShouldRetryUpdateNotification;

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26