diff options
Diffstat (limited to 'Source/SPConnectionHandler.h')
-rw-r--r-- | Source/SPConnectionHandler.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Source/SPConnectionHandler.h b/Source/SPConnectionHandler.h index 07bba90e..bbff61dc 100644 --- a/Source/SPConnectionHandler.h +++ b/Source/SPConnectionHandler.h @@ -34,11 +34,16 @@ */ @interface SPConnectionController (SPConnectionHandler) +- (void)initiateMySQLConnection; +- (void)initiateMySQLConnectionInBackground; - (void)initiateSSHTunnelConnection; + +- (void)mySQLConnectionEstablished; - (void)sshTunnelCallback:(SPSSHTunnel *)theTunnel; -- (void)initiateMySQLConnection; + - (void)cancelConnection; -- (void)failConnectionWithTitle:(NSString *)theTitle errorMessage:(NSString *)theErrorMessage detail:(NSString *)errorDetail; - (void)addConnectionToDocument; +- (void)failConnectionWithTitle:(NSString *)theTitle errorMessage:(NSString *)theErrorMessage detail:(NSString *)errorDetail; + @end |