diff options
author | Andrew Stitcher <astitcher@apache.org> | 2010-03-12 20:27:12 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2010-03-12 20:27:12 +0000 |
commit | 683ac8569209db8020bee47f5e9d8438cef50b2e (patch) | |
tree | b42a18c15e2bef6bbdba64d91aebe3aa8ef13990 /cpp | |
parent | dbfbf45d3d7edd5d2b4a8562d9b18ead328cdb39 (diff) | |
download | qpid-python-683ac8569209db8020bee47f5e9d8438cef50b2e.tar.gz |
Export FailoverUpdate symbols necessary to link on Windows
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@922414 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/include/qpid/client/amqp0_10/FailoverUpdates.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cpp/include/qpid/client/amqp0_10/FailoverUpdates.h b/cpp/include/qpid/client/amqp0_10/FailoverUpdates.h index 0c1883553e..159745e67c 100644 --- a/cpp/include/qpid/client/amqp0_10/FailoverUpdates.h +++ b/cpp/include/qpid/client/amqp0_10/FailoverUpdates.h @@ -21,6 +21,8 @@ * under the License. * */ +#include "qpid/client/ClientImportExport.h" + namespace qpid { namespace messaging { @@ -39,8 +41,8 @@ struct FailoverUpdatesImpl; class FailoverUpdates { public: - FailoverUpdates(qpid::messaging::Connection& connection); - ~FailoverUpdates(); + QPID_CLIENT_EXTERN FailoverUpdates(qpid::messaging::Connection& connection); + QPID_CLIENT_EXTERN ~FailoverUpdates(); private: FailoverUpdatesImpl* impl; |