You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2012/07/17 22:30:23 UTC

svn commit: r1362636 - /qpid/branches/0.18/qpid/cpp/src/qpid/broker/Exchange.h

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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org