Revision 3812626f pithos-macos/PithosSyncDaemon.h

b/pithos-macos/PithosSyncDaemon.h
56 56
    
57 57
    NSUInteger syncOperationCount;
58 58
    BOOL newSyncRequested;
59
    NSDate *lastCompletedSync;
60
    BOOL syncIncomplete;
59 61
    
60 62
    ASINetworkQueue *queue;
61 63
    NSTimer *timer;
......
72 74
@property (nonatomic, readonly) NSString *pithosStateFilePath;
73 75
@property (nonatomic, readonly) NSString *tempDownloadsDirPath;
74 76

  
77
@property (nonatomic, retain) NSDate *lastCompletedSync;
78

  
75 79
- (id)initWithDirectoryPath:(NSString *)aDirectoryPath 
76 80
              containerName:(NSString *)aContainerName 
77 81
               timeInterval:(NSTimeInterval)aTimeInterval;

Also available in: Unified diff