summaryrefslogtreecommitdiff
path: root/ace/Asynch_Acceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Asynch_Acceptor.h')
-rw-r--r--ace/Asynch_Acceptor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Asynch_Acceptor.h b/ace/Asynch_Acceptor.h
index 27efe871c0f..f5f236a09b2 100644
--- a/ace/Asynch_Acceptor.h
+++ b/ace/Asynch_Acceptor.h
@@ -26,6 +26,8 @@
#include "ace/Default_Constants.h"
#include "ace/Asynch_IO.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
// Forward declarations
class ACE_Message_Block;
class ACE_INET_Addr;
@@ -279,6 +281,8 @@ private:
int addr_family_;
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#if defined (ACE_TEMPLATES_REQUIRE_SOURCE)
#include "ace/Asynch_Acceptor.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */