summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/agent
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2009-05-12 19:50:45 +0000
committerAndrew Stitcher <astitcher@apache.org>2009-05-12 19:50:45 +0000
commit8ad39ce15e81423e635c4e4425fc71674e878ce5 (patch)
treea10df9f0a74ff1db1b7573c0b06a3d07cca35d77 /cpp/src/qpid/agent
parentf215e6224b30b0ae10151b6d0cd063bdeb812b30 (diff)
downloadqpid-python-8ad39ce15e81423e635c4e4425fc71674e878ce5.tar.gz
QPID-1852 Removed thread unsafe code in Logger
Fixed some potentially iffy code in Connector.h if a derived Connector doesn't have activateSecurityLayer() git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@774051 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/agent')
-rw-r--r--cpp/src/qpid/agent/QmfAgentImportExport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/agent/QmfAgentImportExport.h b/cpp/src/qpid/agent/QmfAgentImportExport.h
index e614e09d6d..9eee4a18fd 100644
--- a/cpp/src/qpid/agent/QmfAgentImportExport.h
+++ b/cpp/src/qpid/agent/QmfAgentImportExport.h
@@ -20,7 +20,7 @@
* under the License.
*/
-#if defined(WIN32) && !defined(QPID_DECLARE_STATIC) && !defined(qpidbroker_EXPORTS)
+#if defined(WIN32) && !defined(QPID_DECLARE_STATIC)
#if defined(QMF_AGENT_EXPORT) || defined (qmfagent_EXPORTS)
#define QMF_AGENT_EXTERN __declspec(dllexport)
#else