diff options
| author | Alan Conway <aconway@apache.org> | 2007-09-21 18:26:37 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-09-21 18:26:37 +0000 |
| commit | 79159a56c92f3a28bcf99cf8bca2c73190238d45 (patch) | |
| tree | f69e0e03e0e849778fead6557b0b08cb850f1455 /qpid/cpp/src/Makefile.am | |
| parent | fd4e234dea02bdef1c4db2bea061360de015c8f5 (diff) | |
| download | qpid-python-79159a56c92f3a28bcf99cf8bca2c73190238d45.tar.gz | |
Split broker::Session into:
broker::SessionState: session info (uuid etc.) + handler chains.
broker::SemanticState: session state for the SemanticHandler.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@578219 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index cf7029dabc..bdac539d92 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -187,8 +187,10 @@ libqpidbroker_la_SOURCES = \ qpid/broker/RecoveryManagerImpl.cpp \ qpid/broker/RecoveredEnqueue.cpp \ qpid/broker/RecoveredDequeue.cpp \ - qpid/broker/Session.h \ - qpid/broker/Session.cpp \ + qpid/broker/SemanticState.h \ + qpid/broker/SemanticState.cpp \ + qpid/broker/SessionState.h \ + qpid/broker/SessionState.cpp \ qpid/broker/SessionHandler.h \ qpid/broker/SessionHandler.cpp \ qpid/broker/SemanticHandler.cpp \ |
