From 122ae0c71ba81f34853bf91efdd0a7d63a239c3f Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 3 Apr 2008 13:27:07 +0000 Subject: 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 --- qpid/cpp/src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'qpid/cpp/src/Makefile.am') 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 \ -- cgit v1.2.1