Revision 919cb043 pithos-macos/PithosBrowserController.h

b/pithos-macos/PithosBrowserController.h
2 2
//  PithosBrowserController.h
3 3
//  pithos-macos
4 4
//
5
// Copyright 2011 GRNET S.A. All rights reserved.
5
// Copyright 2011-2012 GRNET S.A. All rights reserved.
6 6
//
7 7
// Redistribution and use in source and binary forms, with or
8 8
// without modification, are permitted provided that the following
......
37 37

  
38 38
#import <Cocoa/Cocoa.h>
39 39
#import "PithosActivityFacility.h"
40
@class ASIPithos;
40 41
@class PithosNode;
41 42
@class PithosAccountNode;
42 43
@class PithosSharingAccountsNode;
......
45 46
@class ASINetworkQueue;
46 47

  
47 48
@interface PithosBrowserController : NSWindowController <NSBrowserDelegate, NSSplitViewDelegate, NSOutlineViewDelegate, NSOutlineViewDataSource, NSMenuDelegate, PithosActivityFacilityDelegate> {
49
    BOOL browserInitialized;
50
    
51
    ASIPithos *pithos;
52
    
48 53
    PithosNode *rootNode;
49 54
    PithosAccountNode *accountNode;
50 55
    PithosEmptyNode *containersNode;
......
89 94
    dispatch_queue_t downloadQueue;
90 95
}
91 96

  
97
@property (nonatomic, retain) ASIPithos *pithos;
98

  
92 99
@property (nonatomic, retain) PithosAccountNode *accountNode;
93 100

  
94 101
@property (nonatomic, assign) IBOutlet NSSplitView *verticalSplitView;

Also available in: Unified diff