diff options
| author | Alan Conway <aconway@apache.org> | 2007-08-27 20:39:35 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-08-27 20:39:35 +0000 |
| commit | d3b238b5909fda83f4e2ff8c7fb3de72edbf797f (patch) | |
| tree | d6fff3b1a14cdf2da4d17e802b9deffe36ad9d26 /qpid/cpp/src/Makefile.am | |
| parent | c6ccebe9c53c539324fdb8d16a8bdfeb9285979f (diff) | |
| download | qpid-python-d3b238b5909fda83f4e2ff8c7fb3de72edbf797f.tar.gz | |
* src/qpid/framing/FrameDefaultVisitor.h:
A visitor for all concrete frame body types.
* src/qpid/broker/SessionState.h: 3 states - closed, active, suspended.
* src/qpid/broker/SessionAdapter.h, .cpp: Session handler, implements
session class commands. In progres..
* rubygen/templates/MethodBodyDefaultVisitor.rb:
A visitor for all method body types.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@570236 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, 3 insertions, 1 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index 726bbd12c5..387d4dce91 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -192,9 +192,11 @@ libqpidbroker_la_SOURCES = \ qpid/broker/RecoveredEnqueue.cpp \ qpid/broker/RecoveredDequeue.cpp \ qpid/broker/Reference.cpp \ - qpid/broker/Session.h \ + qpid/broker/SessionState.h \ qpid/broker/SuspendedSessions.h \ qpid/broker/SuspendedSessions.cpp \ + qpid/broker/SessionAdapter.h \ + qpid/broker/SessionAdapter.cpp \ qpid/broker/SemanticHandler.cpp \ qpid/broker/Timer.cpp \ qpid/broker/TopicExchange.cpp \ |
