From 43a706b4060a33be3a8139c10660613875cb737f Mon Sep 17 00:00:00 2001 From: irfan Date: Sun, 30 Aug 1998 04:31:22 +0000 Subject: *** empty log message *** --- TAO/tao/Server_Request.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TAO/tao/Server_Request.cpp') 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; -- cgit v1.2.1