diff options
| author | Gordon Sim <gsim@apache.org> | 2008-02-25 16:56:29 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-02-25 16:56:29 +0000 |
| commit | a3ecd35573fff8b40f88c284d109c9f7d3462802 (patch) | |
| tree | b8d83889214e49d2cae27abcae5facbf65863092 /qpid/cpp/src/Makefile.am | |
| parent | c43506a3d317febeb73627272db94a67b03489f9 (diff) | |
| download | qpid-python-a3ecd35573fff8b40f88c284d109c9f7d3462802.tar.gz | |
Some refactoring of the 0-10 codepath (being migrated to final spec) that primarily colocates the current session and execution layers to facilitate implementing the new session layer that will now encompass this behaviour.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@630934 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index b44aaa7e5e..df0b867b00 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -166,6 +166,8 @@ libqpidbroker_la_SOURCES = \ qpid/broker/PreviewConnection.cpp \ qpid/broker/PreviewConnectionHandler.cpp \ qpid/broker/PreviewSessionHandler.cpp \ + qpid/broker/PreviewSessionManager.cpp \ + qpid/broker/PreviewSessionState.cpp \ qpid/broker/Connection.cpp \ qpid/broker/ConnectionHandler.cpp \ qpid/broker/ConnectionFactory.cpp \ @@ -270,6 +272,8 @@ nobase_include_HEADERS = \ qpid/broker/PreviewConnection.h \ qpid/broker/PreviewConnectionHandler.h \ qpid/broker/PreviewSessionHandler.h \ + qpid/broker/PreviewSessionManager.h \ + qpid/broker/PreviewSessionState.h \ qpid/broker/Connection.h \ qpid/broker/ConnectionState.h \ qpid/broker/ConnectionFactory.h \ |
