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/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/tests/Makefile.am') diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 0baf1a2763..b246694b63 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -40,7 +40,7 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \ ClientSessionTest.cpp \ SequenceSet.cpp \ serialize.cpp \ - ProxyTemplate.cpp apply.cpp + ProxyTemplate.cpp apply.cpp BoundedIterator.cpp # FIXME aconway 2008-02-20: removed RefCountedMap.cpp due to valgrind error. check_LTLIBRARIES += libshlibtest.la -- cgit v1.2.1