summaryrefslogtreecommitdiff
path: root/ace/MEM_Acceptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/MEM_Acceptor.cpp')
-rw-r--r--ace/MEM_Acceptor.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/ace/MEM_Acceptor.cpp b/ace/MEM_Acceptor.cpp
index 3f1b9828576..08ec50034f4 100644
--- a/ace/MEM_Acceptor.cpp
+++ b/ace/MEM_Acceptor.cpp
@@ -1,4 +1,3 @@
-// MEM_Acceptor.cpp
// $Id$
#include "ace/MEM_Acceptor.h"
@@ -16,6 +15,8 @@
ACE_RCSID(ace, MEM_Acceptor, "$Id$")
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_ALLOC_HOOK_DEFINE(ACE_MEM_Acceptor)
void
@@ -175,7 +176,7 @@ ACE_MEM_Acceptor::accept (ACE_MEM_Stream &new_stream,
// Protocol negociation:
// Tell the client side what level of signaling strategy
// we support.
- ACE_INT16 client_signaling =
+ ACE_MEM_IO::Signal_Strategy client_signaling =
#if defined (ACE_WIN32) || !defined (_ACE_USE_SV_SEM)
this->preferred_strategy_;
#else
@@ -260,4 +261,6 @@ ACE_MEM_Acceptor::shared_accept_finish (ACE_MEM_Stream new_stream,
return 0;
}
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#endif /* ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1 */