diff options
Diffstat (limited to 'TAO/tao/Service_Context.h')
-rw-r--r-- | TAO/tao/Service_Context.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tao/Service_Context.h b/TAO/tao/Service_Context.h index b5ac3727b15..dcf9cebbc4c 100644 --- a/TAO/tao/Service_Context.h +++ b/TAO/tao/Service_Context.h @@ -1,4 +1,3 @@ -// This may look like C, but it's really -*- C++ -*- // -*- C++ -*- // =================================================================== @@ -8,7 +7,6 @@ * $Id$ * * @author Balachandran Natarajan <bala@cs.wustl.edu> - * */ // =================================================================== @@ -23,6 +21,8 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace TAO { namespace CSD @@ -150,6 +150,8 @@ private: IOP::ServiceContextList service_context_; }; +TAO_END_VERSIONED_NAMESPACE_DECL + #if defined (__ACE_INLINE__) # include "tao/Service_Context.inl" #endif /* ! __ACE_INLINE__ */ |