diff options
| author | Gordon Sim <gsim@apache.org> | 2011-02-28 18:23:54 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2011-02-28 18:23:54 +0000 |
| commit | 4c8525d20216ca5518bc7b20aaacd4f9d56fecc0 (patch) | |
| tree | 25acbd4ae658dd8d9183d01cfc6f85d378dc2e7f /cpp | |
| parent | e5cfa5f4e77710e14b9f842771f386088e537b74 (diff) | |
| download | qpid-python-4c8525d20216ca5518bc7b20aaacd4f9d56fecc0.tar.gz | |
QPID-3087: Fix linking on windows (unit test now uses create() rather than configure())
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1075465 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/src/qpid/broker/Queue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Queue.h b/cpp/src/qpid/broker/Queue.h index e58789e44b..73d52ec9ca 100644 --- a/cpp/src/qpid/broker/Queue.h +++ b/cpp/src/qpid/broker/Queue.h @@ -197,7 +197,7 @@ class Queue : public boost::enable_shared_from_this<Queue>, * Used to configure a new queue and create a persistent record * for it in store if required. */ - void create(const qpid::framing::FieldTable& settings); + QPID_BROKER_EXTERN void create(const qpid::framing::FieldTable& settings); /** * Used to reconfigure a recovered queue (does not create |
