diff options
| author | Gordon Sim <gsim@apache.org> | 2007-09-06 20:27:33 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-09-06 20:27:33 +0000 |
| commit | 6201c9e3a33e0c75958dc0b3466953ff0152531b (patch) | |
| tree | 9cf967368d6fb2ee8ea430e9a7953f5d39919adc /qpid/cpp/src/tests/InProcessBroker.h | |
| parent | 8a188f811fbfcda1a650b4241b2bcfd85edd5700 (diff) | |
| download | qpid-python-6201c9e3a33e0c75958dc0b3466953ff0152531b.tar.gz | |
Implementation of execution.result on the client side
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@573359 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/InProcessBroker.h')
| -rw-r--r-- | qpid/cpp/src/tests/InProcessBroker.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/InProcessBroker.h b/qpid/cpp/src/tests/InProcessBroker.h index 0e5f3895f9..531ebd8fa7 100644 --- a/qpid/cpp/src/tests/InProcessBroker.h +++ b/qpid/cpp/src/tests/InProcessBroker.h @@ -101,6 +101,7 @@ class InProcessBroker : public client::Connector { ) : sender(sender_), conversation(conversation_), in(ih) {} void send(framing::AMQFrame& frame) { + //std::cout << (sender == CLIENT ? "C->S: " : "S->C: ") << frame << std::endl; conversation.push_back(TaggedFrame(sender, frame)); in->received(frame); } |
