Add UI for selective sync folders. Call next sync when an account has sync preference...
[pithos-macos] / pithos-macos / PithosSyncDaemon.h
index 3d009a0..53c7bb6 100644 (file)
@@ -76,7 +76,6 @@
 }
 
 @property (nonatomic, retain) NSString *directoryPath;
-@property (nonatomic, retain) PithosAccount *pithosAccount;
 @property (nonatomic, retain) NSDictionary *containersDictionary;
 @property (nonatomic, retain) ASIPithos *pithos;
 
 // and any trailing '/' should be replaced by ':'
 - (id)initWithDirectoryPath:(NSString *)aDirectoryPath 
               pithosAccount:(PithosAccount *)aPithosAccount 
-       containersDictionary:(NSMutableDictionary *)aContainersDictionary 
+       containersDictionary:(NSDictionary *)aContainersDictionary 
             resetLocalState:(BOOL)resetLocalState;
 
 - (void)resetDaemon;