summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-11-11 22:45:40 +0000
committerStephen D. Huston <shuston@apache.org>2009-11-11 22:45:40 +0000
commitb6666ca13a6ebe88d232702cdac47c458d265c52 (patch)
treef3c711132eb5ce5d01cc8c5a0b369f797e410dc5 /qpid/cpp
parent2eeb406c9c51eafb16e95e9d0be19baed2ded40a (diff)
downloadqpid-python-b6666ca13a6ebe88d232702cdac47c458d265c52.tar.gz
Add missing extern decls. Fixes broken Windows build.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@835109 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/src/qpid/broker/Queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/Queue.h b/qpid/cpp/src/qpid/broker/Queue.h
index f0d02b8cad..5b177f1cf2 100644
--- a/qpid/cpp/src/qpid/broker/Queue.h
+++ b/qpid/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();