summaryrefslogtreecommitdiff
path: root/ace/TLI_Acceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/TLI_Acceptor.h')
-rw-r--r--ace/TLI_Acceptor.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/ace/TLI_Acceptor.h b/ace/TLI_Acceptor.h
index e7855b83c8f..9d74cd69569 100644
--- a/ace/TLI_Acceptor.h
+++ b/ace/TLI_Acceptor.h
@@ -1,4 +1,4 @@
-// -*- C++ -*-
+/* -*- C++ -*- */
//=============================================================================
/**
@@ -26,8 +26,6 @@
#if defined (ACE_HAS_TLI)
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
// Forward reference...
class ACE_TLI_Request_Queue;
class ACE_Time_Value;
@@ -116,8 +114,6 @@ private:
struct t_discon *disp_;
};
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#endif /* ACE_HAS_TLI */
#include /**/ "ace/post.h"
#endif /* ACE_TLI_ACCEPTOR_H */