From ac5bbc5889eabda8bb3c32d2142469fa400c1f9e Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Wed, 16 May 2012 14:49:59 +0000 Subject: QPID-3603 HA broker backup/primary ready checks. Repair r1338889 for Windows. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1339204 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/Broker.h | 4 ++-- cpp/src/qpid/ha/ReplicatingSubscription.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/src/qpid') diff --git a/cpp/src/qpid/broker/Broker.h b/cpp/src/qpid/broker/Broker.h index 089619ec44..1596e0632b 100644 --- a/cpp/src/qpid/broker/Broker.h +++ b/cpp/src/qpid/broker/Broker.h @@ -381,8 +381,8 @@ class Broker : public sys::Runnable, public Plugin::Target, ConnectionObservers& getConnectionObservers() { return connectionObservers; } /** Properties to be set on outgoing link connections */ - framing::FieldTable getLinkClientProperties() const; - void setLinkClientProperties(const framing::FieldTable&); + QPID_BROKER_EXTERN framing::FieldTable getLinkClientProperties() const; + QPID_BROKER_EXTERN void setLinkClientProperties(const framing::FieldTable&); }; }} diff --git a/cpp/src/qpid/ha/ReplicatingSubscription.h b/cpp/src/qpid/ha/ReplicatingSubscription.h index 97416249d0..b0aff18879 100644 --- a/cpp/src/qpid/ha/ReplicatingSubscription.h +++ b/cpp/src/qpid/ha/ReplicatingSubscription.h @@ -136,7 +136,7 @@ class ReplicatingSubscription : public broker::SemanticState::ConsumerImpl, broker::OwnershipToken* getSession() { return 0; } }; - friend class Factory; + friend struct Factory; }; -- cgit v1.2.1