diff options
Diffstat (limited to 'TAO/tao/Refcounted_ObjectKey.h')
-rw-r--r-- | TAO/tao/Refcounted_ObjectKey.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/Refcounted_ObjectKey.h b/TAO/tao/Refcounted_ObjectKey.h index 297ec6fd654..aac418c4b6f 100644 --- a/TAO/tao/Refcounted_ObjectKey.h +++ b/TAO/tao/Refcounted_ObjectKey.h @@ -23,6 +23,8 @@ #include "tao/Object_KeyC.h" +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace TAO { /** @@ -63,6 +65,8 @@ namespace TAO }; } +TAO_END_VERSIONED_NAMESPACE_DECL + #if defined (__ACE_INLINE__) #include "Refcounted_ObjectKey.inl" #endif /* defined INLINE */ |