Revision fb27f368 pithos-macos/PithosSharingAccountsNode.h

b/pithos-macos/PithosSharingAccountsNode.h
2 2
//  PithosSharingAccountsNode.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
......
37 37

  
38 38
#import "PithosNode.h"
39 39
@class ASIPithosRequest;
40
@class ASIPithos;
41 40

  
42 41
@interface PithosSharingAccountsNode : PithosNode {
43
    ASIPithos *pithos;
44
    
45 42
    ASIPithosRequest *sharingAccountsRequest;
46
    
47
    BOOL reset;
48 43
}
49 44

  
50
@property(nonatomic, strong) ASIPithos *pithos;
51 45
@property(nonatomic, strong) ASIPithosRequest *sharingAccountsRequest;
52 46

  
53
- (id)initWithPithosAccountManager:(PithosAccount *)aPithosAccountManager andPithos:(ASIPithos *)aPithos;
47
- (void)reset;
54 48

  
55 49
@end

Also available in: Unified diff