diff options
| author | Gordon Sim <gsim@apache.org> | 2007-09-18 14:45:33 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-09-18 14:45:33 +0000 |
| commit | 3b5f41a9be87c29f9c4c5b7f2d28744a55b29cf1 (patch) | |
| tree | ec66793818a206daf6e83ad73ff65308f61000b6 /qpid/cpp/src/Makefile.am | |
| parent | 12e0121b392be8fa1707eb5c73d29d55317f813c (diff) | |
| download | qpid-python-3b5f41a9be87c29f9c4c5b7f2d28744a55b29cf1.tar.gz | |
Added Dispatcher class (plus test). This converts incoming MessageTransfer framesets to Messages and pumps them to registered listeners.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@576935 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index 49535babff..a4e98c5b68 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -214,6 +214,7 @@ libqpidclient_la_SOURCES = \ qpid/client/ConnectionImpl.cpp \ qpid/client/Connector.cpp \ qpid/client/Demux.cpp \ + qpid/client/Dispatcher.cpp \ qpid/client/MessageListener.cpp \ qpid/client/Correlator.cpp \ qpid/client/CompletionTracker.cpp \ @@ -301,6 +302,7 @@ nobase_include_HEADERS = \ qpid/client/Connector.h \ qpid/client/Completion.h \ qpid/client/Demux.h \ + qpid/client/Dispatcher.h \ qpid/client/MessageListener.h \ qpid/client/MessageQueue.h \ qpid/client/BlockingQueue.h \ |
