summaryrefslogtreecommitdiff
path: root/ace/OS_Errno.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS_Errno.inl')
-rw-r--r--ace/OS_Errno.inl5
1 files changed, 0 insertions, 5 deletions
diff --git a/ace/OS_Errno.inl b/ace/OS_Errno.inl
index 2fe5e6c54e2..9330c37deb4 100644
--- a/ace/OS_Errno.inl
+++ b/ace/OS_Errno.inl
@@ -1,9 +1,6 @@
// -*- C++ -*-
-//
// $Id$
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_INLINE
ACE_Errno_Guard::ACE_Errno_Guard (ACE_ERRNO_TYPE &errno_ref,
int error)
@@ -63,5 +60,3 @@ ACE_Errno_Guard::operator!= (int error)
{
return this->error_ != error;
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL