Author: aconway
Date: Tue Jul 17 20:30:22 2012
New Revision: 1362636
URL: http://svn.apache.org/viewvc?rev=1362636&view=rev
Log:
NO-JIRA: Added missing EXTERN statements causing build breakage.
Modified:
qpid/branches/0.18/qpid/cpp/src/qpid/broker/Exchange.h
Modified: qpid/branches/0.18/qpid/cpp/src/qpid/broker/Exchange.h
URL:
http://svn.apache.org/viewvc/qpid/branches/0.18/qpid/cpp/src/qpid/broker/Exchange.h?rev=1362636&r1=1362635&r2=1362636&view=diff
==============================================================================
--- qpid/branches/0.18/qpid/cpp/src/qpid/broker/Exchange.h (original)
+++ qpid/branches/0.18/qpid/cpp/src/qpid/broker/Exchange.h Tue Jul 17 20:30:22
2012
@@ -174,8 +174,9 @@ public:
bool isDurable() { return durable; }
qpid::framing::FieldTable& getArgs() { return args; }
- Exchange::shared_ptr getAlternate() { return alternate; }
- void setAlternate(Exchange::shared_ptr _alternate);
+ QPID_BROKER_EXTERN Exchange::shared_ptr getAlternate() { return alternate;
}
+ QPID_BROKER_EXTERN void setAlternate(Exchange::shared_ptr _alternate);
+
void incAlternateUsers() { alternateUsers++; }
void decAlternateUsers() { alternateUsers--; }
bool inUseAsAlternate() { return alternateUsers > 0; }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]