diff options
Diffstat (limited to 'ace/LSOCK_Dgram.inl')
-rw-r--r-- | ace/LSOCK_Dgram.inl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/LSOCK_Dgram.inl b/ace/LSOCK_Dgram.inl index 14c415ceaa8..2c29136e06d 100644 --- a/ace/LSOCK_Dgram.inl +++ b/ace/LSOCK_Dgram.inl @@ -1,7 +1,8 @@ -/* -*- C++ -*- */ +// -*- C++ -*- +// // $Id$ -// LSOCK_Dgram.i +ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE void ACE_LSOCK_Dgram::set_handle (ACE_HANDLE h) @@ -18,3 +19,4 @@ ACE_LSOCK_Dgram::get_handle (void) const return this->ACE_SOCK_Dgram::get_handle (); } +ACE_END_VERSIONED_NAMESPACE_DECL |