From d8f583cb795f81d55335141a277626c0ec247d1f Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Mon, 9 Mar 2009 23:32:06 +0000 Subject: Additional error checking, centralised connection keep-alive interval retrieval, and support for disabling keep-alive by setting the interval to 0. --- Source/CMMCPConnection.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/CMMCPConnection.h') 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; -- cgit v1.2.3