diff options
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index aafabd73..e42b11b7 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -58,7 +58,7 @@ #define MAIN_TOOLBAR_TABLE_RELATIONS @"SwitchToTableRelationsToolbarItemIdentifier" #define MAIN_TOOLBAR_USER_MANAGER @"SwitchToUserManagerToolbarItemIdentifier" -// View Modes +// View modes typedef enum { SPStructureViewMode = 1, SPContentViewMode = 2, @@ -67,6 +67,10 @@ typedef enum { SPQueryEditorViewMode = 5 } SPViewMode; +// Kill mode constants +extern NSString *SPKillProcessQueryMode; +extern NSString *SPKillProcessConnectionMode; + // Preference key constants // General Prefpane extern NSString *SPDefaultFavorite; |