diff options
Diffstat (limited to 'cpp/tests/InProcessBroker.h')
-rw-r--r-- | cpp/tests/InProcessBroker.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/cpp/tests/InProcessBroker.h b/cpp/tests/InProcessBroker.h index af0f4e84fe..cf2b9df8b0 100644 --- a/cpp/tests/InProcessBroker.h +++ b/cpp/tests/InProcessBroker.h @@ -49,16 +49,7 @@ framing::AMQFrame copy(framing::AMQFrame& from) { * * Also allows you to "snoop" on frames exchanged between client & broker. * - * Use as follows: - * - \code - broker::InProcessBroker ibroker(version); - client::Connection clientConnection; - clientConnection.setConnector(ibroker); - clientConnection.open(""); - ... use as normal - \endcode - * + * see FramingTest::testRequestResponseRoundtrip() for example of use. */ class InProcessBroker : public client::Connector { public: |