summaryrefslogtreecommitdiff
path: root/ace/ATM_Acceptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/ATM_Acceptor.cpp')
-rw-r--r--ace/ATM_Acceptor.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/ace/ATM_Acceptor.cpp b/ace/ATM_Acceptor.cpp
index 1210917a0c5..41273857113 100644
--- a/ace/ATM_Acceptor.cpp
+++ b/ace/ATM_Acceptor.cpp
@@ -14,10 +14,6 @@ ACE_RCSID(ace, ATM_Acceptor, "$Id$")
#include "ace/ATM_Acceptor.inl"
#endif /* __ACE_INLINE__ */
-
-// Open versioned namespace, if enabled by the user.
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
// Put the actual definitions of the ACE_ATM_Request and
// ACE_ATM_Request_Queue classes here to hide them from clients...
@@ -302,8 +298,4 @@ ACE_ATM_Acceptor::accept (ACE_ATM_Stream &new_sap,
#endif /* ACE_HAS_FORE_ATM_XTI */
}
-// Close versioned namespace, if enabled by the user.
-ACE_END_VERSIONED_NAMESPACE_DECL
-
-
#endif /* ACE_HAS_ATM */