summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/ResponseHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/client/ResponseHandler.h')
-rw-r--r--cpp/src/qpid/client/ResponseHandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/client/ResponseHandler.h b/cpp/src/qpid/client/ResponseHandler.h
index 179daa1f1f..ac4c351211 100644
--- a/cpp/src/qpid/client/ResponseHandler.h
+++ b/cpp/src/qpid/client/ResponseHandler.h
@@ -17,7 +17,7 @@
*/
#include <string>
#include "qpid/framing/amqp_framing.h"
-#include "qpid/concurrent/Monitor.h"
+#include "qpid/sys/Monitor.h"
#ifndef _ResponseHandler_
#define _ResponseHandler_
@@ -28,7 +28,7 @@ namespace qpid {
class ResponseHandler{
bool waiting;
qpid::framing::AMQMethodBody::shared_ptr response;
- qpid::concurrent::Monitor* monitor;
+ qpid::sys::Monitor* monitor;
public:
ResponseHandler();