Revision fb27f368 pithos-macos/PithosContainerNode.h

b/pithos-macos/PithosContainerNode.h
2 2
//  PithosContainerNode.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 ASIPithosContainerRequest;
42 41

  
43 42
@interface PithosContainerNode : PithosNode {
44
    ASIPithos *pithos;
45 43
    ASIPithosContainer *pithosContainer;
46 44
    
47 45
    ASIPithosContainerRequest *containerRequest;
......
54 52
    NSNumber *policyQuota;
55 53
}
56 54

  
57
- (id)initWithPithosAccountManager:(PithosAccount *)aPithosAccountManager
58
                         andPithos:(ASIPithos *)aPithos pithosContainer:(ASIPithosContainer *)aPithosContainer;
59
- (id)initWithPithosAccountManager:(PithosAccount *)aPithosAccountManager
60
                         andPithos:(ASIPithos *)aPithos pithosContainer:(ASIPithosContainer *)aPithosContainer icon:(NSImage *)anIcon;
61
- (id)initWithPithosAccountManager:(PithosAccount *)aPithosAccountManager
62
                         andPithos:(ASIPithos *)aPithos containerName:(NSString *)aContainerName;
63
- (id)initWithPithosAccountManager:(PithosAccount *)aPithosAccountManager
64
                         andPithos:(ASIPithos *)aPithos containerName:(NSString *)aContainerName icon:(NSImage *)anIcon;
55
- (id)initWithPithosAccountManager:(PithosAccount *)aPithosAccountManager pithosContainer:(ASIPithosContainer *)aPithosContainer;
56
- (id)initWithPithosAccountManager:(PithosAccount *)aPithosAccountManager pithosContainer:(ASIPithosContainer *)aPithosContainer icon:(NSImage *)anIcon;
57
- (id)initWithPithosAccountManager:(PithosAccount *)aPithosAccountManager containerName:(NSString *)aContainerName;
58
- (id)initWithPithosAccountManager:(PithosAccount *)aPithosAccountManager containerName:(NSString *)aContainerName icon:(NSImage *)anIcon;
65 59

  
66
@property(nonatomic, strong) ASIPithos *pithos;
67 60
@property(nonatomic, strong) ASIPithosContainer *pithosContainer;
68 61
@property(nonatomic, strong) ASIPithosContainerRequest *containerRequest;
69 62
@property(nonatomic, strong) NSString *prefix;

Also available in: Unified diff