diff options
author | Andrew Stitcher <astitcher@apache.org> | 2014-01-03 20:25:56 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2014-01-03 20:25:56 +0000 |
commit | 05e9d18ab577a640e52a6645ef725564c9da24c8 (patch) | |
tree | d063ca20bb5a3a260540567907e97b9ba49bbff2 /qpid/cpp/include | |
parent | 9dbfd73cbe71322822a06f9f4a4588ff2a097b7b (diff) | |
download | qpid-python-05e9d18ab577a640e52a6645ef725564c9da24c8.tar.gz |
QPID-5415: Fixes to correct API specification and exports
- Correctly export LoggerOutput virtual destructor for Visual Studio
- Add new APIs into the API specification
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1555245 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include')
-rw-r--r-- | qpid/cpp/include/qpid/messaging/Logger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/include/qpid/messaging/Logger.h b/qpid/cpp/include/qpid/messaging/Logger.h index c4d8a213f2..3b774dc8a9 100644 --- a/qpid/cpp/include/qpid/messaging/Logger.h +++ b/qpid/cpp/include/qpid/messaging/Logger.h @@ -41,7 +41,7 @@ enum Level { trace, debug, info, notice, warning, error, critical }; class QPID_MESSAGING_CLASS_EXTERN LoggerOutput { public: - virtual ~LoggerOutput(); + QPID_MESSAGING_EXTERN virtual ~LoggerOutput(); /** * Override this member function to receive log messages. |