From bb7fbb3c5ba1ccbf879ac7a54d30b6b7d2082c9a Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Mon, 13 Dec 2010 21:37:09 +0000 Subject: Shift some connection methods around. --- Source/SPConnectionHandler.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Source/SPConnectionHandler.h') 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 -- cgit v1.2.3