diff options
| author | Gordon Sim <gsim@apache.org> | 2010-03-03 17:06:44 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2010-03-03 17:06:44 +0000 |
| commit | 2a71aa199010c48608f6d63794f52ad2e7afede5 (patch) | |
| tree | c75a9248e0ced59974bde18a73f5237f5efb8446 /cpp/src/Makefile.am | |
| parent | 589def015a6567ecb7be9fe2af0ebec662cea56c (diff) | |
| download | qpid-python-2a71aa199010c48608f6d63794f52ad2e7afede5.tar.gz | |
QPID-2402 & QPID-2406: Documented the units for the ttl property of Message. Eliminated use of qpid::sys::Duration from API.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@918575 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 d4ed140476..ba1ffabf5f 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -812,6 +812,7 @@ nobase_include_HEADERS += \ ../include/qpid/messaging/Address.h \ ../include/qpid/messaging/Connection.h \ ../include/qpid/messaging/Codec.h \ + ../include/qpid/messaging/Duration.h \ ../include/qpid/messaging/ListContent.h \ ../include/qpid/messaging/ListView.h \ ../include/qpid/messaging/MapContent.h \ |
