summaryrefslogtreecommitdiff
path: root/ace/SOCK_SEQPACK_Acceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/SOCK_SEQPACK_Acceptor.h')
-rw-r--r--ace/SOCK_SEQPACK_Acceptor.h18
1 files changed, 8 insertions, 10 deletions
diff --git a/ace/SOCK_SEQPACK_Acceptor.h b/ace/SOCK_SEQPACK_Acceptor.h
index ae04541b404..10d626e03d8 100644
--- a/ace/SOCK_SEQPACK_Acceptor.h
+++ b/ace/SOCK_SEQPACK_Acceptor.h
@@ -18,20 +18,16 @@
#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/SOCK_SEQPACK_Association.h"
-#include "ace/Multihomed_INET_Addr.h"
+#include "ace/ACE_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "ace/SOCK_SEQPACK_Association.h"
+#include "ace/Multihomed_INET_Addr.h"
+
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
class ACE_Time_Value;
@@ -46,7 +42,7 @@ class ACE_Time_Value;
* Therefore, by inheriting from <ACE_SOCK>, <ACE_SOCK_SEQPACK_Acceptor>
* gets its very own socket.
*/
-class ACE_Sockets_Export ACE_SOCK_SEQPACK_Acceptor : public ACE_SOCK
+class ACE_Export ACE_SOCK_SEQPACK_Acceptor : public ACE_SOCK
{
public:
// = Initialization and termination methods.
@@ -183,6 +179,8 @@ private:
int get_remote_addr (ACE_Addr &) const;
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#if defined (__ACE_INLINE__)
#include "ace/SOCK_SEQPACK_Acceptor.inl"
#endif /* __ACE_INLINE__ */