summaryrefslogtreecommitdiff
path: root/ace/LOCK_SOCK_Acceptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/LOCK_SOCK_Acceptor.cpp')
-rw-r--r--ace/LOCK_SOCK_Acceptor.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/ace/LOCK_SOCK_Acceptor.cpp b/ace/LOCK_SOCK_Acceptor.cpp
index 183338b7efa..7c3f1763f14 100644
--- a/ace/LOCK_SOCK_Acceptor.cpp
+++ b/ace/LOCK_SOCK_Acceptor.cpp
@@ -6,7 +6,7 @@
#include "ace/Guard_T.h"
#include "ace/LOCK_SOCK_Acceptor.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+ACE_RCSID(ace, LOCK_SOCK_Acceptor, "$Id$")
template <class ACE_LOCK> int
ACE_LOCK_SOCK_Acceptor<ACE_LOCK>::accept (ACE_SOCK_Stream &stream,
@@ -30,6 +30,4 @@ ACE_LOCK_SOCK_Acceptor<ACE_LOCK>::lock (void)
return this->lock_;
}
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#endif /* ACE_LOCK_SOCK_ACCEPTOR_CPP */