diff options
| author | Alan Conway <aconway@apache.org> | 2008-04-03 13:27:07 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-04-03 13:27:07 +0000 |
| commit | 122ae0c71ba81f34853bf91efdd0a7d63a239c3f (patch) | |
| tree | d91c0529a024058903dbfe5d47ac0b67e3bcb06a /qpid/cpp/src/Makefile.am | |
| parent | 674380fe375f72f772c64164ffc1b180212d3da8 (diff) | |
| download | qpid-python-122ae0c71ba81f34853bf91efdd0a7d63a239c3f.tar.gz | |
amqp_0_10/built_in_types.h
- generic Wrapper template for making distinct types.
- added Bit - bool wrapper with empty encode/decode.
amqp_0_10/complex_types.h:
- Added constants SIZE=0, PACK=2 to Action base class.
amqp_0_10/PackedCodec.h:
- Decode packed struct fields according to the packing bits.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@644308 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index 05efcb2a71..bb3f87f96b 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -109,6 +109,7 @@ libqpidcommon_la_SOURCES = \ qpid/amqp_0_10/complex_types.cpp \ qpid/amqp_0_10/Holder.h \ qpid/amqp_0_10/Codec.h \ + qpid/amqp_0_10/PackedCodec.h \ qpid/amqp_0_10/Decimal.h \ qpid/amqp_0_10/Frame.h \ qpid/amqp_0_10/Segment.h \ |
