summaryrefslogtreecommitdiff
path: root/cpp/src
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
commite66ef6907e8c3ff401f170fce8a067e55f48820d (patch)
tree958a8efd94a716b2ac037faa091b9c58e2b0e410 /cpp/src
parent3787db149f6ff723ac5e3f299bc0b81b82c49fb3 (diff)
downloadqpid-python-e66ef6907e8c3ff401f170fce8a067e55f48820d.tar.gz
NO-JIRA: Added missing EXTERN declaration on broker::Link::getRemoteAddress
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1351335 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/broker/Link.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Link.h b/cpp/src/qpid/broker/Link.h
index 8e4b6212d8..c92b368b0e 100644
--- a/cpp/src/qpid/broker/Link.h
+++ b/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 ();