Return-Path: Delivered-To: apmail-qpid-commits-archive@www.apache.org Received: (qmail 6114 invoked from network); 21 Feb 2011 12:04:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Feb 2011 12:04:43 -0000 Received: (qmail 98887 invoked by uid 500); 21 Feb 2011 12:04:43 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 98827 invoked by uid 500); 21 Feb 2011 12:04:41 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 98819 invoked by uid 99); 21 Feb 2011 12:04:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Feb 2011 12:04:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Feb 2011 12:04:38 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EDCB2238890B; Mon, 21 Feb 2011 12:04:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1072935 - /qpid/trunk/qpid/cpp/src/qpid/broker/Queue.h Date: Mon, 21 Feb 2011 12:04:16 -0000 To: commits@qpid.apache.org From: gsim@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110221120416.EDCB2238890B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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