aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMMCPConnection.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2009-04-11 10:55:35 +0000
committerrowanbeentje <rowan@beent.je>2009-04-11 10:55:35 +0000
commit93c8b122f50fe8760e2f9dd5ba4157528d71f3c0 (patch)
treea4c27d8fb2724017b3283259ca390b08c5f0ee77 /Source/CMMCPConnection.h
parent1824ae6360c9ce1897e75404163d39df08ee5fbf (diff)
downloadsequelpro-93c8b122f50fe8760e2f9dd5ba4157528d71f3c0.tar.gz
sequelpro-93c8b122f50fe8760e2f9dd5ba4157528d71f3c0.tar.bz2
sequelpro-93c8b122f50fe8760e2f9dd5ba4157528d71f3c0.zip
- Tweak code to use the new UseKeepAlive preference value
- Update a few pref checks which were using the old pref values still - Resort preference defaults to match layout in prefs, restore old default values for some keys - Restore missing defaults for new editor properties
Diffstat (limited to 'Source/CMMCPConnection.h')
-rw-r--r--Source/CMMCPConnection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMMCPConnection.h b/Source/CMMCPConnection.h
index bdda78ec..8473c962 100644
--- a/Source/CMMCPConnection.h
+++ b/Source/CMMCPConnection.h
@@ -47,6 +47,7 @@
NSString *connectionSocket;
float lastQueryExecutionTime;
int connectionTimeout;
+ BOOL useKeepAlive;
float keepAliveInterval;
NSTimer *keepAliveTimer;