summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SessionState.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/SessionState.h')
-rw-r--r--cpp/src/qpid/broker/SessionState.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/SessionState.h b/cpp/src/qpid/broker/SessionState.h
index 2db7d688b7..c936edee21 100644
--- a/cpp/src/qpid/broker/SessionState.h
+++ b/cpp/src/qpid/broker/SessionState.h
@@ -31,7 +31,7 @@
#include "qpid/sys/Time.h"
#include "qpid/management/Manageable.h"
#include "qpid/management/Session.h"
-#include "BrokerAdapter.h"
+#include "SessionAdapter.h"
#include "DeliveryAdapter.h"
#include "MessageBuilder.h"
#include "SessionContext.h"
@@ -132,7 +132,7 @@ class SessionState : public framing::SessionState,
sys::Mutex lock;
SemanticState semanticState;
- BrokerAdapter adapter;
+ SessionAdapter adapter;
MessageBuilder msgBuilder;
RangedOperation ackOp;