Revision 919cb043 pithos-macos/PithosAccountNode.h

b/pithos-macos/PithosAccountNode.h
2 2
//  PithosAccountNode.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
......
36 36
// or implied, of GRNET S.A.
37 37

  
38 38
#import "PithosNode.h"
39
@class ASIPithos;
39 40
@class ASIPithosAccountRequest;
40 41
@class ASIPithosAccount;
41 42

  
42 43
@interface PithosAccountNode : PithosNode {
44
    ASIPithos *pithos;
43 45
    ASIPithosAccount *pithosAccount;
44 46
    
45 47
    NSMutableArray *containers;
......
49 51
    ASIPithosAccountRequest *refreshMetadataAccountRequest;
50 52
}
51 53

  
54
@property(nonatomic, retain) ASIPithos *pithos;
52 55
@property(nonatomic, retain) ASIPithosAccount *pithosAccount;
53 56

  
57
- (id)initWithPithos:(ASIPithos *)aPithos;
58

  
54 59
- (void)applyInfo;
55 60
- (void)refreshInfo;
56 61

  

Also available in: Unified diff