summaryrefslogtreecommitdiff
path: root/ace/DEV.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/DEV.inl')
-rw-r--r--ace/DEV.inl7
1 files changed, 1 insertions, 6 deletions
diff --git a/ace/DEV.inl b/ace/DEV.inl
index e00f4fc705e..91246710423 100644
--- a/ace/DEV.inl
+++ b/ace/DEV.inl
@@ -1,9 +1,6 @@
-// -*- C++ -*-
-//
+/* -*- C++ -*- */
// $Id$
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_INLINE int
ACE_DEV::disable (int signum) const
{
@@ -14,5 +11,3 @@ ACE_DEV::disable (int signum) const
return ACE_IO_SAP::disable (signum) ;
#endif /* ACE_WIN32 */
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL