Modify nodes to make notifications configurable and provide property access to all...
[pithos-macos] / pithos-macos / PithosNode.m
index 2439f70..bb97046 100644 (file)
@@ -41,8 +41,8 @@
 #import "ASIPithosRequest.h"
 
 @implementation PithosNode
-@synthesize forcedRefresh, parent, shared, sharingAccount, displayName, isLeafItem, icon;
-@dynamic url, children, pithosContainer, pithosObject;
+@synthesize forcedRefresh, parent, shared, sharingAccount, childrenUpdatedNotificationName, displayName, isLeafItem, icon;
+@dynamic url, children, pithos, pithosAccount, pithosContainer, pithosObject;
 
 #pragma mark -
 #pragma mark Object Lifecycle
@@ -62,6 +62,7 @@
     [sharingAccount release];
     [icon release];
     [displayName release];
+    [childrenUpdatedNotificationName release];
     [newChildren release];
     [children release];
     [url release];