aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionControllerInitializer.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPConnectionControllerInitializer.m')
-rw-r--r--Source/SPConnectionControllerInitializer.m11
1 files changed, 10 insertions, 1 deletions
diff --git a/Source/SPConnectionControllerInitializer.m b/Source/SPConnectionControllerInitializer.m
index 4bef6178..7ea615e5 100644
--- a/Source/SPConnectionControllerInitializer.m
+++ b/Source/SPConnectionControllerInitializer.m
@@ -50,12 +50,21 @@ static NSString *SPConnectionViewNibName = @"ConnectionView";
- (void)_reloadFavoritesViewData;
- (void)_selectNode:(SPTreeNode *)node;
- (void)_scrollToSelectedNode;
-- (void)_restoreOutlineViewStateNode:(SPTreeNode *)node;
+- (void)_documentWillClose:(NSNotification *)notification;
- (SPTreeNode *)_favoriteNodeForFavoriteID:(NSInteger)favoriteID;
+- (void)scrollViewFrameChanged:(NSNotification *)aNotification;
+
+@end
+
+@interface SPConnectionController (SPConnectionControllerInitializer_Private_API)
+
+- (void)_restoreOutlineViewStateNode:(SPTreeNode *)node;
+
@end
+
@implementation SPConnectionController (SPConnectionControllerInitializer)
/**