diff options
author | Stephen D. Huston <shuston@apache.org> | 2009-11-11 22:45:40 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2009-11-11 22:45:40 +0000 |
commit | 9a35dac76fd9a782f51825453ca3de43cc06932c (patch) | |
tree | f8be904815cfc8442ce5b2fd9d15ac441dc4cc23 /cpp/src | |
parent | 07b25ccf55a46f1e8a60f24739afed70f3beaa21 (diff) | |
download | qpid-python-9a35dac76fd9a782f51825453ca3de43cc06932c.tar.gz |
Add missing extern decls. Fixes broken Windows build.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@835109 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/qpid/broker/Queue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Queue.h b/cpp/src/qpid/broker/Queue.h index f0d02b8cad..5b177f1cf2 100644 --- a/cpp/src/qpid/broker/Queue.h +++ b/cpp/src/qpid/broker/Queue.h @@ -278,7 +278,7 @@ namespace qpid { 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(); |