summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-10-20 17:10:05 +0000
committerStephen D. Huston <shuston@apache.org>2009-10-20 17:10:05 +0000
commitfcc8f328bbac4a318dbe8cdead8de256dac8517d (patch)
tree567494b9897a70058f8bb013414e17232a80835a /cpp/src/qpid/broker
parent93a716f5fd3426fc0c476f7089d81ec67ba16a32 (diff)
downloadqpid-python-fcc8f328bbac4a318dbe8cdead8de256dac8517d.tar.gz
Carry over recent AsynchIO-level changes to Windows.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@827735 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker')
-rw-r--r--cpp/src/qpid/broker/Broker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Broker.h b/cpp/src/qpid/broker/Broker.h
index 5ca01e0867..ed21270334 100644
--- a/cpp/src/qpid/broker/Broker.h
+++ b/cpp/src/qpid/broker/Broker.h
@@ -201,7 +201,7 @@ public:
void registerProtocolFactory(const std::string& name, boost::shared_ptr<sys::ProtocolFactory>);
/** Accept connections */
- void accept();
+ QPID_BROKER_EXTERN void accept();
/** Create a connection to another broker. */
void connect(const std::string& host, uint16_t port,