Revision 544b6f52 pithos-macos/pithos_macosAppDelegate.h

b/pithos-macos/pithos_macosAppDelegate.h
61 61
    NSTimeInterval syncTimeInterval;
62 62
    NSTimer *syncTimer;
63 63
    PithosAccount *syncPithosAccount;
64

  
65
    NSTimeInterval activityFacilityTimeInterval;
64 66
}
65 67

  
66 68
@property (nonatomic, retain) PithosBrowserController *pithosBrowserController;
......
70 72
@property (nonatomic, retain) NSMutableArray *pithosAccounts;
71 73
@property (nonatomic, readonly) NSMutableDictionary *pithosAccountsDictionary;
72 74
@property (nonatomic, retain) PithosAccount *syncPithosAccount;
75
@property (nonatomic, readonly) NSTimeInterval activityFacilityTimeInterval;
73 76

  
74 77
- (void)handleAppleEvent:(NSAppleEventDescriptor *)event withReplyEvent: (NSAppleEventDescriptor *)replyEvent;
75 78
- (IBAction)showPithosBrowser:(id)sender;

Also available in: Unified diff