summaryrefslogtreecommitdiff
path: root/ace/UPIPE_Acceptor.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/UPIPE_Acceptor.inl')
-rw-r--r--ace/UPIPE_Acceptor.inl7
1 files changed, 6 insertions, 1 deletions
diff --git a/ace/UPIPE_Acceptor.inl b/ace/UPIPE_Acceptor.inl
index 0e28e250ab0..731d6be4a6c 100644
--- a/ace/UPIPE_Acceptor.inl
+++ b/ace/UPIPE_Acceptor.inl
@@ -1,9 +1,14 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
+//
// $Id$
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_INLINE int
ACE_UPIPE_Acceptor::remove (void)
{
ACE_TRACE ("ACE_UPIPE_Acceptor::remove");
return this->ACE_SPIPE_Acceptor::remove ();
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL