diff options
Diffstat (limited to 'TAO/tao/Service_Context.cpp')
-rw-r--r-- | TAO/tao/Service_Context.cpp | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/TAO/tao/Service_Context.cpp b/TAO/tao/Service_Context.cpp index c3c50e9300d..b465179d743 100644 --- a/TAO/tao/Service_Context.cpp +++ b/TAO/tao/Service_Context.cpp @@ -1,12 +1,15 @@ -#include "tao/Service_Context.h" - +// +// $Id$ +// -ACE_RCSID(tao, Service_Context, "$Id$") +#include "tao/Service_Context.h" +#include "tao/CDR.h" #if !defined (__ACE_INLINE__) # include "tao/Service_Context.inl" #endif /* ! __ACE_INLINE__ */ +ACE_RCSID(tao, Service_Context, "$Id$") void TAO_Service_Context::set_context_i (IOP::ServiceId id, |