Refactor use of pithos objects to accommodate
[pithos-macos] / pithos-macos / PithosObjectNode.h
index a7b0230..ca422a9 100644 (file)
@@ -2,7 +2,7 @@
 //  PithosObjectNode.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
 // or implied, of GRNET S.A.
 
 #import "PithosNode.h"
-@class ASIPithos;
 @class ASIPithosContainer;
 @class ASIPithosObject;
 @class ASIPithosObjectRequest;
 
 @interface PithosObjectNode : PithosNode {
-    ASIPithos *pithos;
     ASIPithosContainer *pithosContainer;
     ASIPithosObject *pithosObject;
     NSArray *versions;
 }
 
 - (id)initWithPithosAccountManager:(PithosAccount *)aPithosAccountManager
-                         andPithos:(ASIPithos *)aPithos
                    pithosContainer:(ASIPithosContainer *)aPithosContainer
                       pithosObject:(ASIPithosObject *)aPithosObject;
 
-@property (nonatomic, strong) ASIPithos *pithos;
 @property (nonatomic, strong) ASIPithosContainer *pithosContainer;
 @property (nonatomic, strong) ASIPithosObject *pithosObject;
 @property (nonatomic, strong) NSArray *versions;