You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by sh...@apache.org on 2009/11/11 23:45:41 UTC

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

Author: shuston
Date: Wed Nov 11 22:45:40 2009
New Revision: 835109

URL: http://svn.apache.org/viewvc?rev=835109&view=rev
Log:
Add missing extern decls. Fixes broken Windows build.

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=835109&r1=835108&r2=835109&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/broker/Queue.h (original)
+++ qpid/trunk/qpid/cpp/src/qpid/broker/Queue.h Wed Nov 11 22:45:40 2009
@@ -278,7 +278,7 @@
             QPID_BROKER_EXTERN QueuedMessage get();
 
             /** Get the message at position pos */
-            QueuedMessage find(framing::SequenceNumber pos) const;
+            QPID_BROKER_EXTERN QueuedMessage find(framing::SequenceNumber pos) const;
 
             const QueuePolicy* getPolicy();
 



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