diff options
| author | Alan Conway <aconway@apache.org> | 2008-03-26 14:01:38 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-03-26 14:01:38 +0000 |
| commit | 3813b8fab06266dae0f67ef1db09917cefebfbf0 (patch) | |
| tree | d58072668d8a670bbb698168637c7c96c47d1669 /cpp/src/Makefile.am | |
| parent | a8e05c3647e6ee7c17a9cd31777fe15ba8374f5b (diff) | |
| download | qpid-python-3813b8fab06266dae0f67ef1db09917cefebfbf0.tar.gz | |
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
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |
