summaryrefslogtreecommitdiff
path: root/TAO/tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-07-12 14:17:26 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-07-12 14:17:26 +0200
commitd281148ea8a1a3790435acba2b1fcf55833e82a6 (patch)
tree46bc2410f3e9d6b022c392c6dd72f59f677fd645 /TAO/tests
parentf0365b24d59641a977e51b1316299917a956717b (diff)
downloadATCD-d281148ea8a1a3790435acba2b1fcf55833e82a6.tar.gz
Use operator! and const change
* TAO/tao/operation_details.cpp: * TAO/tests/Param_Test/except.cpp:
Diffstat (limited to 'TAO/tests')
-rw-r--r--TAO/tests/Param_Test/except.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Param_Test/except.cpp b/TAO/tests/Param_Test/except.cpp
index d8760f9f6ef..451633b679e 100644
--- a/TAO/tests/Param_Test/except.cpp
+++ b/TAO/tests/Param_Test/except.cpp
@@ -259,7 +259,7 @@ Test_Exception::run_sii_test (Param_Test_ptr objref)
return -1;
}
- CORBA::ULong mod_value = ex.input;
+ CORBA::ULong const mod_value = ex.input;
// We should be catching Ooops only when this is true.
if (mod_value != 1)