diff options
| author | Alan Conway <aconway@apache.org> | 2007-06-26 16:39:07 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-06-26 16:39:07 +0000 |
| commit | 09d3ec4489e0859fd9eac277f96631a21eb87267 (patch) | |
| tree | cb49703eb81cd0b53b4e72da83753a8689b6b669 /qpid/cpp/src/Makefile.am | |
| parent | 0bcfd29820a0423d623600684df2900fc1037492 (diff) | |
| download | qpid-python-09d3ec4489e0859fd9eac277f96631a21eb87267.tar.gz | |
* src/qpid/framing/Handler.h: Tempates for handlers and handler chains.
* src/qpid/framing/FrameHandler.h: Use Handler.h templates.
* src/tests/Handler.cpp: handler chain test.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@550846 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 47e714955c..8c904f6aff 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -150,6 +150,8 @@ libqpidcommon_la_SOURCES = \ qpid/framing/Correlator.cpp \ qpid/framing/Value.cpp \ qpid/framing/Proxy.cpp \ + qpid/framing/Handler.h \ + qpid/framing/FrameHandler.h \ gen/qpid/framing/AMQP_ClientProxy.cpp \ gen/qpid/framing/AMQP_HighestVersion.h \ gen/qpid/framing/AMQP_MethodVersionMap.cpp \ |
