diff options
author | Alan Conway <aconway@apache.org> | 2012-10-03 16:34:35 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2012-10-03 16:34:35 +0000 |
commit | a65294e6c205f587431564427a858a245761fece (patch) | |
tree | 5ea76c7df146521d3d1f37e4f319246a1454d9cc /cpp/src/qpid/ha/QueueReplicator.h | |
parent | 378aa46b6ac8288e23a32672d47072457ee830dd (diff) | |
download | qpid-python-a65294e6c205f587431564427a858a245761fece.tar.gz |
NO-JIRA: Add log messages to identify QueueReplicator associated with a session error.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1393597 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/ha/QueueReplicator.h')
-rw-r--r-- | cpp/src/qpid/ha/QueueReplicator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/ha/QueueReplicator.h b/cpp/src/qpid/ha/QueueReplicator.h index f8a68ea38f..c9eb318aa1 100644 --- a/cpp/src/qpid/ha/QueueReplicator.h +++ b/cpp/src/qpid/ha/QueueReplicator.h @@ -78,6 +78,7 @@ class QueueReplicator : public broker::Exchange, bool isBound(boost::shared_ptr<broker::Queue>, const std::string* const, const framing::FieldTable* const); private: + class ErrorListener; void initializeBridge(broker::Bridge& bridge, broker::SessionHandler& sessionHandler); void dequeue(framing::SequenceNumber, sys::Mutex::ScopedLock&); |