summaryrefslogtreecommitdiff
path: root/TAO/tao/Service_Context.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-04-14 13:51:10 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-04-14 13:51:10 +0000
commitfb163350c03baf8b067edb1933da310ce3e0ef05 (patch)
tree412eaf4b1f7a0800be10bbd476b5551f6544da83 /TAO/tao/Service_Context.cpp
parent7861c10344b83355ed247efdab67b1a5df4a7e44 (diff)
downloadATCD-fb163350c03baf8b067edb1933da310ce3e0ef05.tar.gz
ChangeLogTag: Wed Apr 14 13:38:21 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Service_Context.cpp')
-rw-r--r--TAO/tao/Service_Context.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tao/Service_Context.cpp b/TAO/tao/Service_Context.cpp
index 3d24b561d92..a81e7076a56 100644
--- a/TAO/tao/Service_Context.cpp
+++ b/TAO/tao/Service_Context.cpp
@@ -3,6 +3,7 @@
//
#include "tao/Service_Context.h"
+#include "tao/CDR.h"
#if !defined (__ACE_INLINE__)
# include "tao/Service_Context.inl"
@@ -11,7 +12,7 @@
#include "ace/OS_NS_string.h"
ACE_RCSID (tao,
- Service_Context,
+ Service_Context,
"$Id$")
void
@@ -166,7 +167,7 @@ TAO_Service_Context::get_context (IOP::ServiceContext& context) const
}
int
-TAO_Service_Context::get_context (IOP::ServiceId id,
+TAO_Service_Context::get_context (IOP::ServiceId id,
const IOP::ServiceContext **context) const
{
for (CORBA::ULong i = 0; i != this->service_context_.length (); ++i)