From 3813b8fab06266dae0f67ef1db09917cefebfbf0 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 26 Mar 2008 14:01:38 +0000 Subject: Bounds-checking iterator wrapper, for use with Codec::encode/decode. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@641315 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/Makefile.am') diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index fce2788662..d40bbf699e 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -145,6 +145,7 @@ libqpidcommon_la_SOURCES = \ qpid/framing/MaxMethodBodySize.h \ qpid/framing/TransferContent.cpp \ qpid/assert.cpp qpid/assert.h \ + qpid/BoundedIterator.h \ qpid/Exception.cpp \ qpid/Plugin.cpp \ qpid/Url.cpp \ -- cgit v1.2.1