summaryrefslogtreecommitdiff
path: root/qpid/cpp/include
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2014-01-03 20:25:56 +0000
committerAndrew Stitcher <astitcher@apache.org>2014-01-03 20:25:56 +0000
commit05e9d18ab577a640e52a6645ef725564c9da24c8 (patch)
treed063ca20bb5a3a260540567907e97b9ba49bbff2 /qpid/cpp/include
parent9dbfd73cbe71322822a06f9f4a4588ff2a097b7b (diff)
downloadqpid-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.h2
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.