From 060363e008c2a8d1022519ff9c4177980f452ba5 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Wed, 25 Nov 2009 01:18:49 +0000 Subject: Export the initOrder() method; fixes QPID-2217 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@883948 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/Plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src') 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. -- cgit v1.2.1