summaryrefslogtreecommitdiff
path: root/ace/SOCK_CODgram.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/SOCK_CODgram.h')
-rw-r--r--ace/SOCK_CODgram.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/ace/SOCK_CODgram.h b/ace/SOCK_CODgram.h
index 9027bd518bc..007f7352c97 100644
--- a/ace/SOCK_CODgram.h
+++ b/ace/SOCK_CODgram.h
@@ -15,13 +15,7 @@
#define ACE_SOCK_CODGRAM_H
#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
@@ -39,7 +33,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
* @brief Defines the member functions for the ACE_SOCK connected
* datagram abstraction.
*/
-class ACE_Sockets_Export ACE_SOCK_CODgram : public ACE_SOCK_IO
+class ACE_Export ACE_SOCK_CODgram : public ACE_SOCK_IO
{
public:
// = Initialization methods.