diff options
Diffstat (limited to 'cpp/src/qmf/ConsoleSessionImpl.h')
| -rw-r--r-- | cpp/src/qmf/ConsoleSessionImpl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qmf/ConsoleSessionImpl.h b/cpp/src/qmf/ConsoleSessionImpl.h index 660fc9b83f..2f1f631715 100644 --- a/cpp/src/qmf/ConsoleSessionImpl.h +++ b/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; |
