diff options
Diffstat (limited to 'TAO/tao/Service_Context.cpp')
-rw-r--r-- | TAO/tao/Service_Context.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/tao/Service_Context.cpp b/TAO/tao/Service_Context.cpp index b2708c3f4ce..9d0a4c1c5e6 100644 --- a/TAO/tao/Service_Context.cpp +++ b/TAO/tao/Service_Context.cpp @@ -1,6 +1,4 @@ -// // $Id$ -// #include "tao/Service_Context.h" #include "tao/CDR.h" @@ -15,6 +13,9 @@ ACE_RCSID (tao, Service_Context, "$Id$") + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + void TAO_Service_Context::set_context_i (IOP::ServiceId id, TAO_OutputCDR &cdr) @@ -219,3 +220,5 @@ TAO_Service_Context::decode (TAO_InputCDR& cdr) return 1; } + +TAO_END_VERSIONED_NAMESPACE_DECL |