Sync with "shared to me" selected accounts.
[pithos-macos] / pithos-macos / PithosSyncDaemon.h
index 04f5f71..49a2a2d 100644 (file)
     PithosAccount *pithosAccount;
     NSDictionary *accountsDictionary;
     ASIPithos *pithos;
-    
-    NSDictionary *containersDictionary;
-    NSUInteger containersCount;
-    NSMutableArray *pithosContainers;
+
+    NSUInteger accountsCount;
+    NSMutableArray *accountsNames;
+    NSUInteger accountsIndex;
+    NSMutableDictionary *accountsPithosContainers;
     NSUInteger containersIndex;
     
     NSMutableArray *objects;
@@ -80,8 +81,8 @@
 @property (nonatomic, retain) NSDictionary *accountsDictionary;
 @property (nonatomic, retain) ASIPithos *pithos;
 
-@property (nonatomic, retain) NSDictionary *containersDictionary;
-@property (nonatomic, retain) NSMutableArray *pithosContainers;
+@property (nonatomic, retain) NSMutableArray *accountsNames;
+@property (nonatomic, retain) NSMutableDictionary *accountsPithosContainers;
 
 @property (nonatomic, retain) NSMutableDictionary *remoteObjects;
 @property (nonatomic, retain) NSMutableDictionary *previousRemoteObjects;