summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_sequence.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_sequence.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_sequence.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be/be_sequence.cpp b/TAO/TAO_IDL/be/be_sequence.cpp
index 4d671068048..10036d51362 100644
--- a/TAO/TAO_IDL/be/be_sequence.cpp
+++ b/TAO/TAO_IDL/be/be_sequence.cpp
@@ -185,9 +185,8 @@ be_sequence::gen_name (void)
else
{
ACE_OS::sprintf (namebuf,
- "_tao_seq_%s_%s",
- bt->local_name ()->get_string (),
- fn ? fn->local_name ()->get_string () : "");
+ "_tao_seq_%s_",
+ bt->flat_name ());
}
// Append the size (if any).