diff options
| author | Alan Conway <aconway@apache.org> | 2007-08-27 15:52:47 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-08-27 15:52:47 +0000 |
| commit | d7b1ad93da22a7c1caf499b9eec7200a7ae52b6e (patch) | |
| tree | 4943e75d94dc060bd8ba0206de9be3d85481b7a4 /cpp/src/Makefile.am | |
| parent | 366b7287350d47f788a0d1af1a1bf73328e4ec1f (diff) | |
| download | qpid-python-d7b1ad93da22a7c1caf499b9eec7200a7ae52b6e.tar.gz | |
* src/qpid/broker/SessionState.h: State of a session.
* src/qpid/broker/SuspendedSessions.h, .cpp: Stores suspended sessions.
* src/tests/Session.cpp: Test session classes.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@570164 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index a8383442b5..726bbd12c5 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -192,6 +192,9 @@ libqpidbroker_la_SOURCES = \ qpid/broker/RecoveredEnqueue.cpp \ qpid/broker/RecoveredDequeue.cpp \ qpid/broker/Reference.cpp \ + qpid/broker/Session.h \ + qpid/broker/SuspendedSessions.h \ + qpid/broker/SuspendedSessions.cpp \ qpid/broker/SemanticHandler.cpp \ qpid/broker/Timer.cpp \ qpid/broker/TopicExchange.cpp \ @@ -327,6 +330,7 @@ nobase_include_HEADERS = \ qpid/framing/Buffer.h \ qpid/framing/ChannelAdapter.h \ qpid/framing/FieldTable.h \ + qpid/framing/FrameDefaultVisitor.h \ qpid/framing/FramingContent.h \ qpid/framing/HeaderProperties.h \ qpid/framing/InitiationHandler.h \ |
