diff options
Diffstat (limited to 'Source/SPConnectionHandler.h')
-rw-r--r-- | Source/SPConnectionHandler.h | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/Source/SPConnectionHandler.h b/Source/SPConnectionHandler.h deleted file mode 100644 index 05883608..00000000 --- a/Source/SPConnectionHandler.h +++ /dev/null @@ -1,53 +0,0 @@ -// -// SPConnectionHandler.h -// sequel-pro -// -// Created by Stuart Connolly (stuconnolly.com) on November 15, 2010. -// Copyright (c) 2010 Stuart Connolly. All rights reserved. -// -// Permission is hereby granted, free of charge, to any person -// obtaining a copy of this software and associated documentation -// files (the "Software"), to deal in the Software without -// restriction, including without limitation the rights to use, -// copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the -// Software is furnished to do so, subject to the following -// conditions: -// -// The above copyright notice and this permission notice shall be -// included in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -// OTHER DEALINGS IN THE SOFTWARE. -// -// More info at <https://github.com/sequelpro/sequelpro> - -#import "SPConnectionController.h" - -/** - * @category SPConnectionHandler SPConnectionHandler.h - * - * @author Stuart Connolly http://stuconnolly.com/ - * - * Connection handler category. Handles all connection related non-interface processes. - */ -@interface SPConnectionController (SPConnectionHandler) - -- (void)initiateMySQLConnection; -- (void)initiateMySQLConnectionInBackground; -- (void)initiateSSHTunnelConnection; - -- (void)mySQLConnectionEstablished; -- (void)sshTunnelCallback:(SPSSHTunnel *)theTunnel; - -- (void)addConnectionToDocument; - -- (void)failConnectionWithTitle:(NSString *)theTitle errorMessage:(NSString *)theErrorMessage detail:(NSString *)errorDetail rawErrorText:(NSString *)rawErrorText; - -@end |