summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-11-25 01:18:49 +0000
committerStephen D. Huston <shuston@apache.org>2009-11-25 01:18:49 +0000
commit926373fa6ca7b921a0fa8699f39a9bee8aa3dc65 (patch)
tree25c36c13fd37554c235058367e03c1e3def8a019 /cpp/src
parent8477c62f2a4f7d989f0e1ea1ac3f2a2505d9a9dd (diff)
downloadqpid-python-926373fa6ca7b921a0fa8699f39a9bee8aa3dc65.tar.gz
Export the initOrder() method; fixes QPID-2217
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@883948 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/Plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/Plugin.h b/cpp/src/qpid/Plugin.h
index 4a65ea6059..3e25618ad0 100644
--- a/cpp/src/qpid/Plugin.h
+++ b/cpp/src/qpid/Plugin.h
@@ -105,7 +105,7 @@ class Plugin : private boost::noncopyable {
* Initialization order, lower initOrder() plugins are
* initialized first. @see DEFAULT_INIT_ORDER
*/
- virtual int initOrder() const;
+ QPID_COMMON_EXTERN virtual int initOrder() const;
/** List of registered Plugin objects.
* Caller must not delete plugin pointers.