diff options
author | stuconnolly <stuart02@gmail.com> | 2009-11-13 23:10:21 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-11-13 23:10:21 +0000 |
commit | edcb8806b64a017bb25a0d47b2cd8ba4598ce39d (patch) | |
tree | 048d6438fc7fc98367599189ff5f88b9e8dadcd1 /Source/SPConnectionDelegate.h | |
parent | 0c3802b0d562deded4467a308f0fff28697523d5 (diff) | |
download | sequelpro-edcb8806b64a017bb25a0d47b2cd8ba4598ce39d.tar.gz sequelpro-edcb8806b64a017bb25a0d47b2cd8ba4598ce39d.tar.bz2 sequelpro-edcb8806b64a017bb25a0d47b2cd8ba4598ce39d.zip |
Add SPConnectionDelegate as a category of TableDocument to split out all connection delegate methods into a single file.
Diffstat (limited to 'Source/SPConnectionDelegate.h')
-rw-r--r-- | Source/SPConnectionDelegate.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Source/SPConnectionDelegate.h b/Source/SPConnectionDelegate.h new file mode 100644 index 00000000..f3b3968d --- /dev/null +++ b/Source/SPConnectionDelegate.h @@ -0,0 +1,30 @@ +// +// $Id$ +// +// SPConnectionDelegate.h +// sequel-pro +// +// Created by Stuart Connolly (stuconnolly.com) on November 13, 2009 +// Copyright (c) 2009 Stuart Connolly. All rights reserved. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// More info at <http://code.google.com/p/sequel-pro/> + +#import "TableDocument.h" + +@interface TableDocument (SPConnectionDelegate) + +@end |