diff options
Diffstat (limited to 'ace/Addr.cpp')
-rw-r--r-- | ace/Addr.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Addr.cpp b/ace/Addr.cpp index a627d8262c0..6b4e3770f33 100644 --- a/ace/Addr.cpp +++ b/ace/Addr.cpp @@ -15,6 +15,8 @@ ACE_RCSID (ace, #include "ace/Log_Msg.h" #include "ace/os_include/sys/os_socket.h" +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + // Note: this object requires static construction and destruction. /* static */ const ACE_Addr ACE_Addr::sap_any (AF_ANY, -1); @@ -66,3 +68,5 @@ ACE_Addr::dump (void) const ACE_DEBUG ((LM_DEBUG, ACE_END_DUMP)); #endif /* ACE_HAS_DUMP */ } + +ACE_END_VERSIONED_NAMESPACE_DECL |