Author: aconway
Date: Mon Jun 18 13:31:09 2012
New Revision: 1351335
URL: http://svn.apache.org/viewvc?rev=1351335&view=rev
Log:
NO-JIRA: Added missing EXTERN declaration on broker::Link::getRemoteAddress
Modified:
qpid/trunk/qpid/cpp/src/qpid/broker/Link.h
Modified: qpid/trunk/qpid/cpp/src/qpid/broker/Link.h
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/broker/Link.h?rev=1351335&r1=1351334&r2=1351335&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/broker/Link.h (original)
+++ qpid/trunk/qpid/cpp/src/qpid/broker/Link.h Mon Jun 18 13:31:09 2012
@@ -147,7 +147,7 @@ class Link : public PersistableConfig, p
/** 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 ();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]