diff options
| author | Gordon Sim <gsim@apache.org> | 2013-02-06 08:58:34 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2013-02-06 08:58:34 +0000 |
| commit | b08b476a5f47ea35238e323485893c0cbd637e0d (patch) | |
| tree | 997ebc457db7d22f5870b6656e880ba848c16102 /cpp | |
| parent | 1061d3be38e537aeb15399241389726429d08c5f (diff) | |
| download | qpid-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.h | 4 |
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(); }} |
