diff options
Diffstat (limited to 'qpid/cpp/src/qpid/broker/SecureConnection.h')
-rw-r--r-- | qpid/cpp/src/qpid/broker/SecureConnection.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/qpid/cpp/src/qpid/broker/SecureConnection.h b/qpid/cpp/src/qpid/broker/SecureConnection.h index 1547faae1e..455b70b576 100644 --- a/qpid/cpp/src/qpid/broker/SecureConnection.h +++ b/qpid/cpp/src/qpid/broker/SecureConnection.h @@ -10,9 +10,9 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ -22,6 +22,7 @@ * */ +#include "qpid/broker/BrokerImportExport.h" #include "qpid/sys/ConnectionCodec.h" #include <memory> @@ -38,7 +39,7 @@ namespace broker { * 'secured' e.g. encrypted based on settings negotiatiated at the * time of establishment. */ -class SecureConnection : public qpid::sys::ConnectionCodec +class QPID_BROKER_CLASS_EXTERN SecureConnection : public qpid::sys::ConnectionCodec { public: SecureConnection(); |