diff options
Diffstat (limited to 'cpp/src/qpid/client/Results.h')
| -rw-r--r-- | cpp/src/qpid/client/Results.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/client/Results.h b/cpp/src/qpid/client/Results.h index 667f35089c..4c49f6b05b 100644 --- a/cpp/src/qpid/client/Results.h +++ b/cpp/src/qpid/client/Results.h @@ -38,6 +38,7 @@ public: typedef boost::shared_ptr<FutureResult> FutureResultPtr; Results(); + ~Results(); void completed(const framing::SequenceSet& set); void received(const framing::SequenceNumber& id, const std::string& result); FutureResultPtr listenForResult(const framing::SequenceNumber& point); |
