diff options
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r-- | Source/TableDocument.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h index f125277d..c1dd92a6 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -251,6 +251,7 @@ - (void)showConsole:(id)sender; - (IBAction)showNavigator:(id)sender; - (IBAction)toggleNavigator:(id)sender; +- (void)updateNavigator:(id)sender; // Accessor methods - (NSString *)host; @@ -262,6 +263,7 @@ - (NSString *)user; - (NSString *)displaySPName; - (NSString *)keyChainID; +- (NSString *)connectionID; // Notification center methods - (void)willPerformQuery:(NSNotification *)notification; |