diff options
| author | Gordon Sim <gsim@apache.org> | 2010-04-09 15:08:47 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2010-04-09 15:08:47 +0000 |
| commit | ef958e7b221d38ec76c392f76a66978211d6d1f9 (patch) | |
| tree | 111ba60857b7613f18e64f5c817d6e271428013e /cpp/src/Makefile.am | |
| parent | 2daf8e11866364ff4955ee69625bf401e9baa93c (diff) | |
| download | qpid-python-ef958e7b221d38ec76c392f76a66978211d6d1f9.tar.gz | |
QPID-664: changed connect() back to open(),removed detach(),defined new exception hierarchy, added ability to re-use reconnect/replay logic for resource-limit-exceeded errors
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@932451 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 427148dfbf..6692701502 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -426,6 +426,7 @@ libqpidcommon_la_SOURCES += \ qpid/memory.h \ qpid/pointer_to_other.h \ qpid/ptr_map.h \ + qpid/types/Exception.cpp \ qpid/types/Uuid.cpp \ qpid/types/Variant.cpp \ qpid/amqp_0_10/Codecs.cpp \ @@ -710,6 +711,7 @@ libqpidclient_la_SOURCES = \ qpid/messaging/AddressParser.cpp \ qpid/messaging/Connection.cpp \ qpid/messaging/Duration.cpp \ + qpid/messaging/exceptions.cpp \ qpid/messaging/Message.cpp \ qpid/messaging/MessageImpl.h \ qpid/messaging/MessageImpl.cpp \ @@ -818,12 +820,14 @@ nobase_include_HEADERS += \ ../include/qpid/messaging/Address.h \ ../include/qpid/messaging/Connection.h \ ../include/qpid/messaging/Duration.h \ + ../include/qpid/messaging/exceptions.h \ ../include/qpid/messaging/Handle.h \ ../include/qpid/messaging/ImportExport.h \ ../include/qpid/messaging/Message.h \ ../include/qpid/messaging/Receiver.h \ ../include/qpid/messaging/Sender.h \ ../include/qpid/messaging/Session.h \ + ../include/qpid/types/Exception.h \ ../include/qpid/types/Uuid.h \ ../include/qpid/types/Variant.h \ ../include/qpid/client/amqp0_10/FailoverUpdates.h |
