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 | 610ce55e9e7e9b8dfb8a81753fc7eba617d4641b (patch) | |
| tree | e93b93cec29a30963be65520b65d7048ad84baf3 /qpid/cpp/include | |
| parent | 0bf534bb04b032d162a520643077420353e1e922 (diff) | |
| download | qpid-python-610ce55e9e7e9b8dfb8a81753fc7eba617d4641b.tar.gz | |
Export FailoverUpdate symbols necessary to link on Windows
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@922414 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include')
| -rw-r--r-- | qpid/cpp/include/qpid/client/amqp0_10/FailoverUpdates.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qpid/cpp/include/qpid/client/amqp0_10/FailoverUpdates.h b/qpid/cpp/include/qpid/client/amqp0_10/FailoverUpdates.h index 0c1883553e..159745e67c 100644 --- a/qpid/cpp/include/qpid/client/amqp0_10/FailoverUpdates.h +++ b/qpid/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; |
