diff options
| author | Charles E. Rolke <chug@apache.org> | 2012-12-03 22:00:24 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2012-12-03 22:00:24 +0000 |
| commit | b588f65741cd4c4fb16cc54cd40b577f25d9fbc1 (patch) | |
| tree | f16942bc9fa17de29ea0f84e382312ee979d365b /cpp/src | |
| parent | 8f5a507d2bf20f33052f8d748d21e7c63f79a7c3 (diff) | |
| download | qpid-python-b588f65741cd4c4fb16cc54cd40b577f25d9fbc1.tar.gz | |
QPID-4449 Repair some windows settings damaged during this jira.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1416692 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
| -rw-r--r-- | cpp/src/qpid/broker/Broker.h | 2 | ||||
| -rw-r--r-- | cpp/src/qpid/broker/QueueFlowLimit.h | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/cpp/src/qpid/broker/Broker.h b/cpp/src/qpid/broker/Broker.h index f5742c8081..0a8f406dbf 100644 --- a/cpp/src/qpid/broker/Broker.h +++ b/cpp/src/qpid/broker/Broker.h @@ -284,7 +284,7 @@ class Broker : public sys::Runnable, public Plugin::Target, boost::function<std::vector<Url> ()> getKnownBrokers; - static const std::string TCP_TRANSPORT; + static QPID_BROKER_EXTERN const std::string TCP_TRANSPORT; void setRecovery(bool set) { recovery = set; } bool getRecovery() const { return recovery; } diff --git a/cpp/src/qpid/broker/QueueFlowLimit.h b/cpp/src/qpid/broker/QueueFlowLimit.h index beb6c50d1b..0e83457efa 100644 --- a/cpp/src/qpid/broker/QueueFlowLimit.h +++ b/cpp/src/qpid/broker/QueueFlowLimit.h @@ -69,10 +69,10 @@ struct QueueSettings; uint64_t size; public: - static const std::string flowStopCountKey; - static const std::string flowResumeCountKey; - static const std::string flowStopSizeKey; - static const std::string flowResumeSizeKey; + static QPID_BROKER_EXTERN const std::string flowStopCountKey; + static QPID_BROKER_EXTERN const std::string flowResumeCountKey; + static QPID_BROKER_EXTERN const std::string flowStopSizeKey; + static QPID_BROKER_EXTERN const std::string flowResumeSizeKey; QPID_BROKER_EXTERN virtual ~QueueFlowLimit(); |
