diff options
| author | Ted Ross <tross@apache.org> | 2009-01-16 20:09:39 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-01-16 20:09:39 +0000 |
| commit | d1098fcdcab60c53849837fc4c29d6a36ee0f025 (patch) | |
| tree | ae471bd9f9d2ec16305d11c590b1fedacb40fbed /cpp/examples/qmf-console/printevents.cpp | |
| parent | bdde5251d8592c69d3951aa5b5a01e59b62eb7a2 (diff) | |
| download | qpid-python-d1098fcdcab60c53849837fc4c29d6a36ee0f025.tar.gz | |
QPID-1588 - Fixed bug in asynchronous API operations.
Added a new example to demonstrate async ops.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@735115 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/qmf-console/printevents.cpp')
| -rw-r--r-- | cpp/examples/qmf-console/printevents.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/examples/qmf-console/printevents.cpp b/cpp/examples/qmf-console/printevents.cpp index bbec2c1af0..38d6f830aa 100644 --- a/cpp/examples/qmf-console/printevents.cpp +++ b/cpp/examples/qmf-console/printevents.cpp @@ -37,7 +37,7 @@ public: } void brokerDisconnected(const Broker& broker) { - cout << qpid::sys::now() << " NOTIC qpid-printevents:brokerDisonnected broker=" << + cout << qpid::sys::now() << " NOTIC qpid-printevents:brokerDisconnected broker=" << broker.getUrl() << endl; } |
