summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_root/root_ih.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_root/root_ih.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root_ih.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root_ih.cpp b/TAO/TAO_IDL/be/be_visitor_root/root_ih.cpp
index e913ee653b6..8b40bc778b5 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root_ih.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root_ih.cpp
@@ -42,16 +42,14 @@ int
be_visitor_root_ih::init (void)
{
// open the file
- if (tao_cg->start_implementation_header (
- be_global->be_get_implementation_hdr_fname ()
- )
+ if (tao_cg->start_implementation_header (idl_global->be_get_implementation_hdr_fname ())
== -1)
{
ACE_ERROR_RETURN ((LM_ERROR,
"(%N:%l) be_visitor_root_ih::init - "
"Error :%p: Unable to open implementation header file : %s\n",
"start_implementation_header",
- be_global->be_get_implementation_hdr_fname ()),
+ idl_global->be_get_implementation_hdr_fname ()),
-1);
}