summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_factory.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_factory.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/ast/ast_factory.cpp b/TAO/TAO_IDL/ast/ast_factory.cpp
index f168d1d7738..f78d0a09027 100644
--- a/TAO/TAO_IDL/ast/ast_factory.cpp
+++ b/TAO/TAO_IDL/ast/ast_factory.cpp
@@ -83,7 +83,7 @@ ACE_RCSID (ast,
"$Id$")
AST_Factory::AST_Factory (void)
- : COMMON_Base (),
+ : COMMON_Base (),
AST_Decl (),
UTL_Scope (),
pd_exceptions (0),
@@ -234,7 +234,7 @@ AST_Factory::fe_add_argument (AST_Argument *t)
// Add it to set of locally referenced symbols.
this->add_to_referenced (t,
- false,
+ I_FALSE,
t->local_name ());
return t;
@@ -254,7 +254,7 @@ AST_Factory::fe_add_exceptions (UTL_NameList *t)
nl_n = nl_i.item ();
d = this->lookup_by_name (nl_n,
- true);
+ I_TRUE);
if (d == 0 || d->node_type() != AST_Decl::NT_except)
{