summaryrefslogtreecommitdiff
path: root/ace/UNIX_Addr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/UNIX_Addr.h')
-rw-r--r--ace/UNIX_Addr.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/ace/UNIX_Addr.h b/ace/UNIX_Addr.h
index 956bcc7d8cc..fcd6ed9bf46 100644
--- a/ace/UNIX_Addr.h
+++ b/ace/UNIX_Addr.h
@@ -16,12 +16,7 @@
#include /**/ "ace/pre.h"
-#ifdef ACE_SOCKETS_BUILD_DLL
-# include "ace/ACE_Sockets_export.h"
-#else
-# include "ace/ACE_export.h"
-# define ACE_Sockets_Export ACE_Export
-#endif /* ACE_SOCKETS_BUILD_DLL */
+#include "ace/ACE_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -41,7 +36,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
*
* @brief Defines the ``UNIX domain address family'' address format.
*/
-class ACE_Sockets_Export ACE_UNIX_Addr : public ACE_Addr
+class ACE_Export ACE_UNIX_Addr : public ACE_Addr
{
public:
// = Initialization methods.