Revision 919cb043 pithos-macos/pithos_macosAppDelegate.h

b/pithos-macos/pithos_macosAppDelegate.h
2 2
//  pithos_macosAppDelegate.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
......
39 39
@class PithosBrowserController;
40 40
@class PithosPreferencesController;
41 41
@class PithosSyncDaemon;
42
@class ASIPithos;
42 43

  
43 44
@interface pithos_macosAppDelegate : NSObject <NSApplicationDelegate> {
44 45
    IBOutlet PithosBrowserController *pithosBrowserController;
......
46 47
    
47 48
    PithosSyncDaemon *pithosSyncDaemon;
48 49
    BOOL alwaysNo;
50
    
51
    ASIPithos *pithos;
49 52

  
50 53
    IBOutlet NSMenu *statusMenu;
51 54
    NSStatusItem *statusItem;
......
62 65
- (void)login;
63 66
- (void)authenticate;
64 67

  
68
@property (nonatomic, retain) ASIPithos *pithos;
65 69
@property (nonatomic, retain) PithosBrowserController *pithosBrowserController;
66 70
@property (nonatomic, retain) PithosSyncDaemon *pithosSyncDaemon;
67 71
@property (nonatomic, assign) BOOL alwaysNo;

Also available in: Unified diff