Revision fb27f368 pithos-macos/PithosObjectNode.h

b/pithos-macos/PithosObjectNode.h
2 2
//  PithosObjectNode.h
3 3
//  pithos-macos
4 4
//
5
// Copyright 2011-2012 GRNET S.A. All rights reserved.
5
// Copyright 2011-2013 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
......
36 36
// or implied, of GRNET S.A.
37 37

  
38 38
#import "PithosNode.h"
39
@class ASIPithos;
40 39
@class ASIPithosContainer;
41 40
@class ASIPithosObject;
42 41
@class ASIPithosObjectRequest;
43 42

  
44 43
@interface PithosObjectNode : PithosNode {
45
    ASIPithos *pithos;
46 44
    ASIPithosContainer *pithosContainer;
47 45
    ASIPithosObject *pithosObject;
48 46
    NSArray *versions;
......
57 55
}
58 56

  
59 57
- (id)initWithPithosAccountManager:(PithosAccount *)aPithosAccountManager
60
                         andPithos:(ASIPithos *)aPithos
61 58
                   pithosContainer:(ASIPithosContainer *)aPithosContainer
62 59
                      pithosObject:(ASIPithosObject *)aPithosObject;
63 60

  
64
@property (nonatomic, strong) ASIPithos *pithos;
65 61
@property (nonatomic, strong) ASIPithosContainer *pithosContainer;
66 62
@property (nonatomic, strong) ASIPithosObject *pithosObject;
67 63
@property (nonatomic, strong) NSArray *versions;

Also available in: Unified diff