Revision 7da4ebcc pithos-macos/PithosNode.m

b/pithos-macos/PithosNode.m
41 41
#import "ASIPithosRequest.h"
42 42

  
43 43
@implementation PithosNode
44
@synthesize forcedRefresh, parent, shared, sharingAccount, displayName, isLeafItem, icon;
45
@dynamic url, children, pithosContainer, pithosObject;
44
@synthesize forcedRefresh, parent, shared, sharingAccount, childrenUpdatedNotificationName, displayName, isLeafItem, icon;
45
@dynamic url, children, pithos, pithosAccount, pithosContainer, pithosObject;
46 46

  
47 47
#pragma mark -
48 48
#pragma mark Object Lifecycle
......
62 62
    [sharingAccount release];
63 63
    [icon release];
64 64
    [displayName release];
65
    [childrenUpdatedNotificationName release];
65 66
    [newChildren release];
66 67
    [children release];
67 68
    [url release];

Also available in: Unified diff