diff options
| author | Ted Ross <tross@apache.org> | 2011-09-16 14:34:39 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2011-09-16 14:34:39 +0000 |
| commit | ab66e50da3f39257590b941ab1fabd709e298c8f (patch) | |
| tree | 5fda155ed9c6fe2d3fed8681de577501dcd5921f /qpid/cpp/src/qmf/ConsoleSessionImpl.h | |
| parent | 0f4893206428cea8b6b9af46ed2fdacc7b7d834f (diff) | |
| download | qpid-python-ab66e50da3f39257590b941ab1fabd709e298c8f.tar.gz | |
QPID-3484 - Added missing constructor for EventNotifier, fixed initialization bug.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1171592 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qmf/ConsoleSessionImpl.h')
| -rw-r--r-- | qpid/cpp/src/qmf/ConsoleSessionImpl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/qmf/ConsoleSessionImpl.h b/qpid/cpp/src/qmf/ConsoleSessionImpl.h index 660fc9b83f..2f1f631715 100644 --- a/qpid/cpp/src/qmf/ConsoleSessionImpl.h +++ b/qpid/cpp/src/qmf/ConsoleSessionImpl.h @@ -62,6 +62,7 @@ namespace qmf { void setDomain(const std::string& d) { domain = d; } void setAgentFilter(const std::string& f); void open(); + void closeAsync(); void close(); bool nextEvent(ConsoleEvent& e, qpid::messaging::Duration t); int pendingEvents() const; |
