summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_type.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_type.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_type.cpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/TAO/TAO_IDL/be/be_type.cpp b/TAO/TAO_IDL/be/be_type.cpp
index 185f110c6d6..f25a36f757c 100644
--- a/TAO/TAO_IDL/be/be_type.cpp
+++ b/TAO/TAO_IDL/be/be_type.cpp
@@ -91,10 +91,7 @@ be_type::compute_tc_name (void)
Identifier *id = 0;
ACE_NEW (id,
- Identifier (namebuf,
- 1,
- 0,
- I_FALSE));
+ Identifier (namebuf));
// Does not exist.
if (this->tc_name_ == 0)
@@ -164,10 +161,7 @@ be_type::compute_tc_name (const char *prefix,
Identifier *id = 0;
ACE_NEW_RETURN (id,
- Identifier (namebuf,
- 1,
- 0,
- I_FALSE),
+ Identifier (namebuf),
0);
if (result == 0)