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 | f5a77ebc89eda291f67cfa886a374474b614b8b7 (patch) | |
| tree | f7f8fa48bd166eca680c68ee2d75c572b4639b9b /cpp/include | |
| parent | 9fd672a1a936fee79540813c9566dc038a41e6b1 (diff) | |
| download | qpid-python-f5a77ebc89eda291f67cfa886a374474b614b8b7.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/qpid@1555245 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include')
| -rw-r--r-- | cpp/include/qpid/messaging/Logger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/qpid/messaging/Logger.h b/cpp/include/qpid/messaging/Logger.h index c4d8a213f2..3b774dc8a9 100644 --- a/cpp/include/qpid/messaging/Logger.h +++ b/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. |
