summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2012-06-18 13:31:09 +0000
committerAlan Conway <aconway@apache.org>2012-06-18 13:31:09 +0000
commit65c2268afda1792e3550080e117fa7cd7277f4f2 (patch)
tree2c832ef7196a0b2ab763b9be09e39b8e86f19677
parent25d7d586120db9696447be07d3aa9d80606f181b (diff)
downloadqpid-python-65c2268afda1792e3550080e117fa7cd7277f4f2.tar.gz
NO-JIRA: Added missing EXTERN declaration on broker::Link::getRemoteAddress
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1351335 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/qpid/broker/Link.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/Link.h b/qpid/cpp/src/qpid/broker/Link.h
index 8e4b6212d8..c92b368b0e 100644
--- a/qpid/cpp/src/qpid/broker/Link.h
+++ b/qpid/cpp/src/qpid/broker/Link.h
@@ -147,7 +147,7 @@ class Link : public PersistableConfig, public management::Manageable {
/** returns the current address of the remote, which may be different from the
configured transport/host/port due to failover. Returns true if connection is
active */
- bool getRemoteAddress(qpid::Address& addr) const;
+ QPID_BROKER_EXTERN bool getRemoteAddress(qpid::Address& addr) const;
bool isDurable() { return durable; }
void maintenanceVisit ();