summaryrefslogtreecommitdiff
path: root/ACE/protocols/ace/INet
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2013-02-02 19:08:38 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2013-02-02 19:08:38 +0000
commitef08a71fea7a637d8051de99b63b4dd4b2c7578b (patch)
tree73c2b8315321b2d677ed9d12364d28b245c1f45e /ACE/protocols/ace/INet
parent5ada4d19d693743972ee9215fcecd42a94aad3f2 (diff)
downloadATCD-ef08a71fea7a637d8051de99b63b4dd4b2c7578b.tar.gz
Sat Feb 2 19:08:18 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Auto_Event.h: Layout changes * protocols/ace/INet/SSL_Proxy_Connector.h: Export this class to resolve link errors
Diffstat (limited to 'ACE/protocols/ace/INet')
-rw-r--r--ACE/protocols/ace/INet/SSL_Proxy_Connector.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ACE/protocols/ace/INet/SSL_Proxy_Connector.h b/ACE/protocols/ace/INet/SSL_Proxy_Connector.h
index 501e22401ee..f83671d7d4f 100644
--- a/ACE/protocols/ace/INet/SSL_Proxy_Connector.h
+++ b/ACE/protocols/ace/INet/SSL_Proxy_Connector.h
@@ -12,6 +12,7 @@
#include /**/ "ace/pre.h"
#include "ace/SSL/SSL_SOCK_Stream.h"
+#include "ace/INet/INet_SSL_Export.h"
#include "ace/Time_Value.h"
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
@@ -30,7 +31,7 @@ namespace ACE
* over the tunnel by performing an SSL handhake after setting the socket
* in the @c SSL_SOCK_Stream.
*/
- class SSL_Proxy_Connector
+ class ACE_INET_SSL_Export SSL_Proxy_Connector
{
public:
SSL_Proxy_Connector ();