From dc45c654aab99cbccecda192396dc8baefd5690e Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Sun, 14 Oct 2012 16:09:45 +0000 Subject: - In the SPMySQL.framework, separate framework-triggered connections and disconnections from external actions, and use that separation to perform safer disconnects - When closing a database document, add a new notification, and use that to resolve retain cycles affecting connection processes - Improve connection controller disconnection when the document is closed, fixing crashes, by building on those two features (addresses Issue #1396) - Use some of the new functionality to improve SSH and MySQL connection cancellation, making both cancelable in the interface and making both respond much more quickly --- Source/SPConnectionHandler.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Source/SPConnectionHandler.h') diff --git a/Source/SPConnectionHandler.h b/Source/SPConnectionHandler.h index 765bae73..73e1f00b 100644 --- a/Source/SPConnectionHandler.h +++ b/Source/SPConnectionHandler.h @@ -48,7 +48,6 @@ - (void)mySQLConnectionEstablished; - (void)sshTunnelCallback:(SPSSHTunnel *)theTunnel; -- (void)cancelConnection; - (void)addConnectionToDocument; - (void)failConnectionWithTitle:(NSString *)theTitle errorMessage:(NSString *)theErrorMessage detail:(NSString *)errorDetail rawErrorText:(NSString *)rawErrorText; -- cgit v1.2.3