summaryrefslogtreecommitdiff
path: root/TAO/tao/Server_Request.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-30 04:31:22 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-30 04:31:22 +0000
commit43a706b4060a33be3a8139c10660613875cb737f (patch)
tree9f02216ea2a0aaf7c1404e4f48dcc9e18cf151a6 /TAO/tao/Server_Request.cpp
parent49e4e68f409093cd16e733ce7f851578d24dd610 (diff)
downloadATCD-43a706b4060a33be3a8139c10660613875cb737f.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/Server_Request.cpp')
-rw-r--r--TAO/tao/Server_Request.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Server_Request.cpp b/TAO/tao/Server_Request.cpp
index c3cc4d26bc3..8078be44750 100644
--- a/TAO/tao/Server_Request.cpp
+++ b/TAO/tao/Server_Request.cpp
@@ -41,7 +41,7 @@ IIOP_ServerRequest::IIOP_ServerRequest (TAO_InputCDR &input,
: operation_ (0),
incoming_ (&input),
outgoing_ (&output),
- response_expected_ (CORBA::B_FALSE),
+ response_expected_ (0),
params_ (0),
retval_ (0),
exception_ (0),
@@ -89,7 +89,7 @@ IIOP_ServerRequest::parse_header_std (CORBA::Environment &env)
{
this->object_key_.replace (key_length, key_length,
(CORBA::Octet*)input.rd_ptr (),
- CORBA::B_FALSE);
+ 0);
input.skip_bytes (key_length);
}
@@ -237,7 +237,7 @@ IIOP_ServerRequest::arguments (CORBA::NVList_ptr &list,
if (env.exception () != 0)
return;
- any->replace (tc.in (), value, CORBA::B_TRUE, env);
+ any->replace (tc.in (), value, 1, env);
if (env.exception () != 0)
return;