diff options
Diffstat (limited to 'Source/CMMCPConnection.h')
-rw-r--r-- | Source/CMMCPConnection.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CMMCPConnection.h b/Source/CMMCPConnection.h index f69c3069..f0505956 100644 --- a/Source/CMMCPConnection.h +++ b/Source/CMMCPConnection.h @@ -72,6 +72,9 @@ NSDate *lastKeepAliveSuccess; BOOL retryAllowed; + + BOOL delegateResponseToWillQueryString; + } - (id) init; |