diff options
Diffstat (limited to 'cpp/src/qpid/client/Dispatcher.h')
| -rw-r--r-- | cpp/src/qpid/client/Dispatcher.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/client/Dispatcher.h b/cpp/src/qpid/client/Dispatcher.h index 921c6449a3..e84f8f303d 100644 --- a/cpp/src/qpid/client/Dispatcher.h +++ b/cpp/src/qpid/client/Dispatcher.h @@ -63,6 +63,7 @@ public: Dispatcher(const Session& session, const std::string& queue = ""); void start(); + void wait(); void run(); void stop(); void setAutoStop(bool b); |
