Initial implementation of browser context menu.
[pithos-macos] / pithos-macos / PithosNode.h
index eddc26d..82a1ba9 100644 (file)
@@ -49,6 +49,7 @@
     
     NSString *url;    
     
+    PithosNode *parent;
     NSMutableArray *children;
     NSMutableArray *newChildren;
     
@@ -60,6 +61,7 @@
     PithosNodeInfoController *pithosNodeInfoController;
 }
 
+@property(nonatomic, assign) PithosNode *parent;
 @property(readonly) NSString *url;
 @property(readonly) NSArray *children;
 @property(readonly) NSString *displayName;