The beginning of queueing. Has some work to go, but the basic infrastructure is set up.

This commit is contained in:
Mitchell Livingston
2006-06-23 15:06:27 +00:00
parent 70ea317d4a
commit 14cf4c87e6
11 changed files with 201 additions and 41 deletions

View File

@@ -49,7 +49,7 @@
int fStopRatioSetting;
float fRatioLimit;
BOOL fFinishedSeeding;
BOOL fFinishedSeeding, fWaitToStart;
}
- (id) initWithPath: (NSString *) path lib: (tr_handle_t *) lib;
@@ -74,6 +74,9 @@
- (float) ratioLimit;
- (void) setRatioLimit: (float) limit;
- (void) setWaitToStart: (BOOL) wait;
- (BOOL) waitingToStart;
- (void) revealData;
- (void) trashData;
- (void) trashTorrent;