You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2010/03/12 21:27:12 UTC

svn commit: r922414 - /qpid/trunk/qpid/cpp/include/qpid/client/amqp0_10/FailoverUpdates.h

Author: astitcher
Date: Fri Mar 12 20:27:12 2010
New Revision: 922414

URL: http://svn.apache.org/viewvc?rev=922414&view=rev
Log:
Export FailoverUpdate symbols necessary to link on Windows

Modified:
    qpid/trunk/qpid/cpp/include/qpid/client/amqp0_10/FailoverUpdates.h

Modified: qpid/trunk/qpid/cpp/include/qpid/client/amqp0_10/FailoverUpdates.h
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/include/qpid/client/amqp0_10/FailoverUpdates.h?rev=922414&r1=922413&r2=922414&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/include/qpid/client/amqp0_10/FailoverUpdates.h (original)
+++ qpid/trunk/qpid/cpp/include/qpid/client/amqp0_10/FailoverUpdates.h Fri Mar 12 20:27:12 2010
@@ -21,6 +21,8 @@
  * under the License.
  *
  */
+#include "qpid/client/ClientImportExport.h"
+
 namespace qpid {
 
 namespace messaging {
@@ -39,8 +41,8 @@ struct FailoverUpdatesImpl;
 class FailoverUpdates
 {
   public:
-    FailoverUpdates(qpid::messaging::Connection& connection);
-    ~FailoverUpdates();
+    QPID_CLIENT_EXTERN FailoverUpdates(qpid::messaging::Connection& connection);
+    QPID_CLIENT_EXTERN ~FailoverUpdates();
   private:
     FailoverUpdatesImpl* impl;
 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org