diff options
author | rowanbeentje <rowan@beent.je> | 2009-03-09 23:32:06 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-03-09 23:32:06 +0000 |
commit | d8f583cb795f81d55335141a277626c0ec247d1f (patch) | |
tree | 042bf0990d9ed47179ec427391ef12fb9651e2a4 /Source/CMMCPConnection.h | |
parent | 816836a1e26a7682e7935800f6e40a9b674895ae (diff) | |
download | sequelpro-d8f583cb795f81d55335141a277626c0ec247d1f.tar.gz sequelpro-d8f583cb795f81d55335141a277626c0ec247d1f.tar.bz2 sequelpro-d8f583cb795f81d55335141a277626c0ec247d1f.zip |
Additional error checking, centralised connection keep-alive interval retrieval, and support for disabling keep-alive by setting the interval to 0.
Diffstat (limited to 'Source/CMMCPConnection.h')
-rw-r--r-- | Source/CMMCPConnection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMMCPConnection.h b/Source/CMMCPConnection.h index 584b8056..e6479eb1 100644 --- a/Source/CMMCPConnection.h +++ b/Source/CMMCPConnection.h @@ -71,6 +71,7 @@ - (void) setDelegate:(id)object; - (NSTimeZone *) timeZone; - (BOOL) pingConnection; +- (double) keepAliveInterval; - (void) startKeepAliveTimerResettingState:(BOOL)resetState; - (void) stopKeepAliveTimer; - (void) keepAlive:(NSTimer *)theTimer; |