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
commitdba0d189ba17176f92fb3ad3bf34990157baf328 (patch)
tree997ebc457db7d22f5870b6656e880ba848c16102 /cpp
parent166c9eed87d82c2ff574e66e96ed165e7670cc9c (diff)
downloadqpid-python-dba0d189ba17176f92fb3ad3bf34990157baf328.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();
}}