X-Git-Url: https://code.grnet.gr/git/pithos-macos/blobdiff_plain/4ae10a2b79357a5e4d59b6839cbb5132fe27496c..20f54e18efae4bfe4b0b37142734ef9628d61346:/pithos-macos/PithosBrowserController.h diff --git a/pithos-macos/PithosBrowserController.h b/pithos-macos/PithosBrowserController.h index 077a94e..facd1b3 100644 --- a/pithos-macos/PithosBrowserController.h +++ b/pithos-macos/PithosBrowserController.h @@ -38,13 +38,16 @@ #import @class PithosNode; @class PithosAccountNode; +@class PithosEmptyNode; @interface PithosBrowserController : NSWindowController { PithosNode *rootNode; PithosAccountNode *accountNode; - PithosAccountNode *mySharedRootNode; - - NSMutableArray *outlineViewDataSourceArray; + PithosEmptyNode *containersNode; + NSMutableArray *containersNodeChildren; + PithosEmptyNode *sharedNode; + PithosAccountNode *mySharedNode; + PithosEmptyNode *othersSharedNode; NSViewController *sharedPreviewController; @@ -65,8 +68,6 @@ BOOL clipboardCopy; } -@property (nonatomic, retain) NSMutableArray *outlineViewDataSourceArray; - @property (nonatomic, assign) IBOutlet NSSplitView *verticalSplitView; @property (nonatomic, assign) IBOutlet NSSplitView *horizontalSplitView; @property (nonatomic, assign) IBOutlet NSView *leftTopView;