summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Generator_Parser_12.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-08-10 09:44:53 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-08-10 09:44:53 +0000
commit91bb7fef44d92e064824ec4a072deca78887119b (patch)
treebd2484f53614581aaf9bdd844818ceea355ca9b8 /TAO/tao/GIOP_Message_Generator_Parser_12.cpp
parenta65a7e0b5dbaae6d404c94a5f8e9a0a174cb9e64 (diff)
downloadATCD-91bb7fef44d92e064824ec4a072deca78887119b.tar.gz
Thu Aug 10 09:43:56 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/GIOP_Message_Generator_Parser_12.cpp')
-rw-r--r--TAO/tao/GIOP_Message_Generator_Parser_12.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/GIOP_Message_Generator_Parser_12.cpp b/TAO/tao/GIOP_Message_Generator_Parser_12.cpp
index 086081e78d6..45d99c67a36 100644
--- a/TAO/tao/GIOP_Message_Generator_Parser_12.cpp
+++ b/TAO/tao/GIOP_Message_Generator_Parser_12.cpp
@@ -543,8 +543,7 @@ TAO_GIOP_Message_Generator_Parser_12::check_bidirectional_context (
// Check whether we have the BiDir service context info available in
// the ServiceContextList
- if (service_context.is_service_id (IOP::BI_DIR_IIOP)
- == 1)
+ if (service_context.is_service_id (IOP::BI_DIR_IIOP))
{
return this->process_bidir_context (service_context,
request.transport ());