diff options
Diffstat (limited to 'ace/LSOCK_Stream.inl')
-rw-r--r-- | ace/LSOCK_Stream.inl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ace/LSOCK_Stream.inl b/ace/LSOCK_Stream.inl index 7b94768e3c7..bf7e45b376d 100644 --- a/ace/LSOCK_Stream.inl +++ b/ace/LSOCK_Stream.inl @@ -1,6 +1,9 @@ -/* -*- C++ -*- */ +// -*- C++ -*- +// // $Id$ +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + // Sets both the file descriptors... Overrides handle from the base // classes. @@ -19,5 +22,4 @@ ACE_LSOCK_Stream::get_handle (void) const return this->ACE_SOCK_Stream::get_handle (); } - - +ACE_END_VERSIONED_NAMESPACE_DECL |