diff options
| author | Gordon Sim <gsim@apache.org> | 2009-08-20 13:25:06 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2009-08-20 13:25:06 +0000 |
| commit | a129efee1a584da6540aa4118ddbf6a40ecaa763 (patch) | |
| tree | 0b52a1e6201e9a4267a66f28fefc625b2b96e497 /qpid/cpp/src/Makefile.am | |
| parent | 59b3efbef55be445abaef2a89100b86da32a4e57 (diff) | |
| download | qpid-python-a129efee1a584da6540aa4118ddbf6a40ecaa763.tar.gz | |
Add List class to handle encoding of AMQP 0-10 list type.
Fill out accessors for different FieldValue types.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@806162 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index 0eff526203..369c56a342 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -378,6 +378,7 @@ libqpidcommon_la_SOURCES += \ qpid/framing/InputHandler.h \ qpid/framing/Invoker.h \ qpid/framing/IsInSequenceSet.h \ + qpid/framing/List.cpp \ qpid/framing/MethodBodyFactory.h \ qpid/framing/MethodContent.h \ qpid/framing/ModelMethod.h \ @@ -723,6 +724,7 @@ nobase_include_HEADERS += \ ../include/qpid/framing/Buffer.h \ ../include/qpid/framing/FieldTable.h \ ../include/qpid/framing/FieldValue.h \ + ../include/qpid/framing/List.h \ ../include/qpid/framing/ProtocolVersion.h \ ../include/qpid/framing/SequenceNumber.h \ ../include/qpid/framing/SequenceSet.h \ |
