From 78045a2ee2bee3a4521af3606d671f644e409fc2 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 17 Mar 2021 10:41:37 +0100 Subject: bool changes --- TAO/interop-tests/CdrOutArg/orbix/test_i.cxx | 2 +- TAO/interop-tests/CdrOutArg/tao/test_i.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'TAO/interop-tests') diff --git a/TAO/interop-tests/CdrOutArg/orbix/test_i.cxx b/TAO/interop-tests/CdrOutArg/orbix/test_i.cxx index 7524bc76713..25322aee405 100644 --- a/TAO/interop-tests/CdrOutArg/orbix/test_i.cxx +++ b/TAO/interop-tests/CdrOutArg/orbix/test_i.cxx @@ -14,5 +14,5 @@ CDR_Out_Arg_i::get_out (CORBA::Long_out arg) IT_THROW_DECL((CORBA::SystemExcepti void CDR_Out_Arg_i::shutdown (void) IT_THROW_DECL((CORBA::SystemException)) { - this->orb_->shutdown (0); + this->orb_->shutdown (false); } diff --git a/TAO/interop-tests/CdrOutArg/tao/test_i.cpp b/TAO/interop-tests/CdrOutArg/tao/test_i.cpp index 3b6ca427da1..28251a8109b 100644 --- a/TAO/interop-tests/CdrOutArg/tao/test_i.cpp +++ b/TAO/interop-tests/CdrOutArg/tao/test_i.cpp @@ -14,5 +14,5 @@ CDR_Out_Arg_i::get_out (CORBA::Long_out arg) void CDR_Out_Arg_i::shutdown (void) { - this->orb_->shutdown (0); + this->orb_->shutdown (false); } -- cgit v1.2.1