diff options
Diffstat (limited to 'ace/Pair_T.h')
-rw-r--r-- | ace/Pair_T.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Pair_T.h b/ace/Pair_T.h index 37147794fd9..8c8c89f5c2e 100644 --- a/ace/Pair_T.h +++ b/ace/Pair_T.h @@ -21,6 +21,8 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + /** * @class ACE_Pair * @@ -109,6 +111,8 @@ protected: T2 &second_; }; +ACE_END_VERSIONED_NAMESPACE_DECL + #if defined (__ACE_INLINE__) #include "ace/Pair_T.inl" #endif /* __ACE_INLINE__ */ |