diff options
Diffstat (limited to 'cpp/src/qpid/client/Completion.h')
-rw-r--r-- | cpp/src/qpid/client/Completion.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/Completion.h b/cpp/src/qpid/client/Completion.h index c4979d7934..5c5a0bb512 100644 --- a/cpp/src/qpid/client/Completion.h +++ b/cpp/src/qpid/client/Completion.h @@ -24,11 +24,12 @@ #include <boost/shared_ptr.hpp> #include "Future.h" -#include "SessionImpl.h" namespace qpid { namespace client { +class SessionImpl; + /** * Asynchronous commands that do not return a result will return a * Completion. You can use the completion to wait for that specific |