You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2011/02/21 13:04:16 UTC

svn commit: r1072935 - /qpid/trunk/qpid/cpp/src/qpid/broker/Queue.h

Author: gsim
Date: Mon Feb 21 12:04:16 2011
New Revision: 1072935

URL: http://svn.apache.org/viewvc?rev=1072935&view=rev
Log:
QPID-3015: restore export of symbol needed for linking unit tests on windows

Modified:
    qpid/trunk/qpid/cpp/src/qpid/broker/Queue.h

Modified: qpid/trunk/qpid/cpp/src/qpid/broker/Queue.h
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/broker/Queue.h?rev=1072935&r1=1072934&r2=1072935&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/broker/Queue.h (original)
+++ qpid/trunk/qpid/cpp/src/qpid/broker/Queue.h Mon Feb 21 12:04:16 2011
@@ -202,7 +202,7 @@ class Queue : public boost::enable_share
                                   const std::string& key,
                                   const qpid::framing::FieldTable& args);
     //TODO: get unbind out of the public interface; only there for purposes of one unit test
-    void unbind(ExchangeRegistry& exchanges);
+    QPID_BROKER_EXTERN void unbind(ExchangeRegistry& exchanges);
     /**
      * Bind self to specified exchange, and record that binding for unbinding on delete.
      */



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