diff options
Diffstat (limited to 'TAO/tao/CSD_ThreadPool/CSD_TP_Request.h')
-rw-r--r-- | TAO/tao/CSD_ThreadPool/CSD_TP_Request.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tao/CSD_ThreadPool/CSD_TP_Request.h b/TAO/tao/CSD_ThreadPool/CSD_TP_Request.h index 4e7c61e9b09..61e3166c599 100644 --- a/TAO/tao/CSD_ThreadPool/CSD_TP_Request.h +++ b/TAO/tao/CSD_ThreadPool/CSD_TP_Request.h @@ -1,4 +1,4 @@ -// This may look like C, but it's really -*- C++ -*- +// -*- C++ -*- //============================================================================= /** @@ -26,6 +26,7 @@ #include "tao/Intrusive_Ref_Count_Base_T.h" #include "tao/Intrusive_Ref_Count_Handle_T.h" +TAO_BEGIN_VERSIONED_NAMESPACE_DECL namespace TAO { @@ -124,6 +125,8 @@ namespace TAO } } +TAO_END_VERSIONED_NAMESPACE_DECL + #if defined (__ACE_INLINE__) # include "CSD_TP_Request.inl" #endif /* __ACE_INLINE__ */ |