Refactor use of pithos objects to accommodate
[pithos-macos] / pithos-macos / PithosBrowserController.h
index 71c97cb..a55b7c7 100644 (file)
@@ -2,7 +2,7 @@
 //  PithosBrowserController.h
 //  pithos-macos
 //
-// Copyright 2011-2012 GRNET S.A. All rights reserved.
+// Copyright 2011-2013 GRNET S.A. All rights reserved.
 //
 // Redistribution and use in source and binary forms, with or
 // without modification, are permitted provided that the following
@@ -37,7 +37,6 @@
 
 #import <Cocoa/Cocoa.h>
 #import "PithosActivityFacility.h"
-@class ASIPithos;
 @class PithosAccount;
 @class PithosNode;
 @class PithosAccountNode;
@@ -50,9 +49,7 @@
     BOOL browserInitialized;
     BOOL browserActive;
     
-    ASIPithos *pithos;
-    
-    PithosAccount *__unsafe_unretained pithosAccountManager;
+    PithosAccount *pithosAccountManager;
     PithosNode *rootNode;
     PithosAccountNode *accountNode;
     PithosEmptyNode *containersNode;
     NSOperationQueue *downloadCallbackQueue;
 }
 
-@property (nonatomic, strong) ASIPithos *pithos;
-
-@property (nonatomic, unsafe_unretained) PithosAccount *pithosAccountManager;
+@property (nonatomic, strong) PithosAccount *pithosAccountManager;
 @property (nonatomic, strong) PithosAccountNode *accountNode;
 
 @property (nonatomic, strong) NSArray *draggedNodes;