summaryrefslogtreecommitdiff
path: root/ace/Addr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Addr.h')
-rw-r--r--ace/Addr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Addr.h b/ace/Addr.h
index 654b1fc4355..53fba544456 100644
--- a/ace/Addr.h
+++ b/ace/Addr.h
@@ -21,6 +21,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class ACE_Addr
*
@@ -91,6 +93,8 @@ protected:
int addr_size_;
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#if defined (__ACE_INLINE__)
#include "ace/Addr.inl"
#endif /* __ACE_INLINE__ */