summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2013-02-06 08:58:34 +0000
committerGordon Sim <gsim@apache.org>2013-02-06 08:58:34 +0000
commitb08b476a5f47ea35238e323485893c0cbd637e0d (patch)
tree997ebc457db7d22f5870b6656e880ba848c16102 /cpp
parent1061d3be38e537aeb15399241389726429d08c5f (diff)
downloadqpid-python-b08b476a5f47ea35238e323485893c0cbd637e0d.tar.gz
QPID-4569: export symbol for module loading
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1442871 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/qpid/client/LoadPlugins.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/LoadPlugins.h b/cpp/src/qpid/client/LoadPlugins.h
index 0be4ae9f0c..0b398f6831 100644
--- a/cpp/src/qpid/client/LoadPlugins.h
+++ b/cpp/src/qpid/client/LoadPlugins.h
@@ -22,10 +22,12 @@
#ifndef _LoadPlugins_
#define _LoadPlugins_
+#include "qpid/client/ClientImportExport.h"
+
namespace qpid {
namespace client {
-void theModuleLoader();
+QPID_CLIENT_EXTERN void theModuleLoader();
}}