diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2009-05-03 03:52:37 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2009-05-03 03:52:37 +0000 |
| commit | cf904ec83224d4369e112bbbaf64a4b9b2b9d193 (patch) | |
| tree | 312da44042d8ed733a203ec5430e73774f1c7f61 /cpp/src/qpid/Plugin.h | |
| parent | 0b9a1572d25860399e2300a5860fea31b5aa00ee (diff) | |
| download | qpid-python-cf904ec83224d4369e112bbbaf64a4b9b2b9d193.tar.gz | |
Some more fixes to build under Visual Studio 2008
Remove some simple Visual Studio 2008 warnings
Fix qmfconsole build under Windows and CMake
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@771020 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/Plugin.h')
| -rw-r--r-- | cpp/src/qpid/Plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/Plugin.h b/cpp/src/qpid/Plugin.h index 913152f9e1..88214babb8 100644 --- a/cpp/src/qpid/Plugin.h +++ b/cpp/src/qpid/Plugin.h @@ -53,7 +53,7 @@ class Plugin : private boost::noncopyable { QPID_COMMON_EXTERN void finalize(); /** Add a function to run when finalize() is called */ - void addFinalizer(const boost::function<void()>&); + QPID_COMMON_EXTERN void addFinalizer(const boost::function<void()>&); private: std::vector<boost::function<void()> > finalizers; |
