diff options
Diffstat (limited to 'cpp/src/qpid/client/Connection.h')
| -rw-r--r-- | cpp/src/qpid/client/Connection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/client/Connection.h b/cpp/src/qpid/client/Connection.h index 5337a20bfa..eb63802161 100644 --- a/cpp/src/qpid/client/Connection.h +++ b/cpp/src/qpid/client/Connection.h @@ -121,6 +121,8 @@ class Connection * on a different connection to the one that created it. */ void resume(Session& session); + + bool isOpen() const; }; }} // namespace qpid::client |
