diff options
| author | Alan Conway <aconway@apache.org> | 2008-10-17 16:45:24 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-10-17 16:45:24 +0000 |
| commit | 7db0c0970eac260626263314c30f0e20d4ef6c21 (patch) | |
| tree | 231024436b5b7185f63972d90318acce97816c22 /cpp/src/qpid/client/FailoverConnection.h | |
| parent | a039e57108ed06586e73a255dc824ed27fc6de2a (diff) | |
| download | qpid-python-7db0c0970eac260626263314c30f0e20d4ef6c21.tar.gz | |
QPID-1367 Mick Goulish: improvements to client-side failover.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@705668 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/FailoverConnection.h')
| -rw-r--r-- | cpp/src/qpid/client/FailoverConnection.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/qpid/client/FailoverConnection.h b/cpp/src/qpid/client/FailoverConnection.h index 09e9c8bfa4..a84f0c2189 100644 --- a/cpp/src/qpid/client/FailoverConnection.h +++ b/cpp/src/qpid/client/FailoverConnection.h @@ -71,10 +71,6 @@ class FailoverConnection void registerFailureCallback ( boost::function<void ()> fn ); - // If you have more than 1 connection and you want to give them - // separate names for debugging... - std::string name; - void failover ( ); struct timeval * failoverCompleteTime; |
