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 | 6e3da22fc4946b299d6d5a20f0564d762b8e47bf (patch) | |
tree | fd94705078ff7bfc77ace97ad1222ec154107887 /qpid/cpp/examples/qmf-console/printevents.cpp | |
parent | 46e82569f85137c8cd8cee3fe86fe4efc662e7f3 (diff) | |
download | qpid-python-6e3da22fc4946b299d6d5a20f0564d762b8e47bf.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@735115 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/qmf-console/printevents.cpp')
-rw-r--r-- | qpid/cpp/examples/qmf-console/printevents.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/examples/qmf-console/printevents.cpp b/qpid/cpp/examples/qmf-console/printevents.cpp index bbec2c1af0..38d6f830aa 100644 --- a/qpid/cpp/examples/qmf-console/printevents.cpp +++ b/qpid/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; } |