diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-11-25 01:18:49 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-11-25 01:18:49 +0000 |
| commit | 060363e008c2a8d1022519ff9c4177980f452ba5 (patch) | |
| tree | ed9cf261fdf5e62773de52ebd598fce377a5674e /qpid/cpp | |
| parent | 40e40d3c5d3d3c6872d07f2e9071424cfc69ba91 (diff) | |
| download | qpid-python-060363e008c2a8d1022519ff9c4177980f452ba5.tar.gz | |
Export the initOrder() method; fixes QPID-2217
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@883948 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/src/qpid/Plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/Plugin.h b/qpid/cpp/src/qpid/Plugin.h index 4a65ea6059..3e25618ad0 100644 --- a/qpid/cpp/src/qpid/Plugin.h +++ b/qpid/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. |
