summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_connector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_connector.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_connector.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/TAO_IDL/ast/ast_connector.cpp b/TAO/TAO_IDL/ast/ast_connector.cpp
index 0b2fe0ca15b..136711e328c 100644
--- a/TAO/TAO_IDL/ast/ast_connector.cpp
+++ b/TAO/TAO_IDL/ast/ast_connector.cpp
@@ -19,17 +19,17 @@ AST_Connector::AST_Connector (
n),
UTL_Scope (AST_Decl::NT_connector),
AST_Interface (n,
+ nullptr,
0,
- 0,
- 0,
+ nullptr,
0,
false,
false),
AST_Component (n,
base_connector,
+ nullptr,
0,
- 0,
- 0,
+ nullptr,
0)
{
if (!this->imported ())
@@ -63,7 +63,7 @@ AST_Connector::dump (ACE_OSTREAM_TYPE &o)
this->dump_i (o, " ");
- if (this->pd_base_component != 0)
+ if (this->pd_base_component != nullptr)
{
this->dump_i (o, ": ");
this->pd_base_component->local_name ()->dump (o);