summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-07-13 12:02:46 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-07-13 12:02:46 +0200
commitbfff39e0073af7ff9d9b26c82ac2a62669c5259e (patch)
tree60436a9b8f8db24e1b3ed1eb297c57d78e91b6c2 /TAO
parentf0365b24d59641a977e51b1316299917a956717b (diff)
downloadATCD-bfff39e0073af7ff9d9b26c82ac2a62669c5259e.tar.gz
Use nullptr
* TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp:
Diffstat (limited to 'TAO')
-rw-r--r--TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp b/TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp
index aad60460f99..218dae68668 100644
--- a/TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp
+++ b/TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp
@@ -62,7 +62,7 @@ namespace TAO
{
CORBA::TypeCode_var xtc = this->exception_list_->item (l);
this->ex_data_[l].id = xtc->id ();
- this->ex_data_[l].alloc = 0;
+ this->ex_data_[l].alloc = nullptr;
#if TAO_HAS_INTERCEPTORS == 1
this->ex_data_[l].tc_ptr = xtc.in ();
#endif