diff options
| author | Gordon Sim <gsim@apache.org> | 2008-03-04 20:42:19 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-03-04 20:42:19 +0000 |
| commit | d47950ff7a88e4684d1e07e334e705776ed569a7 (patch) | |
| tree | 23f00efd6c9009f158c0b9643746dd16fd8adbf6 /cpp/src/qpid/broker/SessionState.h | |
| parent | cf9a1617599bb680deef2bab76fc6022f7dad50b (diff) | |
| download | qpid-python-d47950ff7a88e4684d1e07e334e705776ed569a7.tar.gz | |
Further updates to support final 0-10 spec
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@633627 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/SessionState.h')
| -rw-r--r-- | cpp/src/qpid/broker/SessionState.h | 4 |
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; |
