summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/recursive_union.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/recursive_union.cpp')
-rw-r--r--TAO/tests/Param_Test/recursive_union.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Param_Test/recursive_union.cpp b/TAO/tests/Param_Test/recursive_union.cpp
index 12034ad2c16..dc0852cfa6a 100644
--- a/TAO/tests/Param_Test/recursive_union.cpp
+++ b/TAO/tests/Param_Test/recursive_union.cpp
@@ -208,7 +208,7 @@ Test_Recursive_Union::deep_init (Param_Test::Recursive_Union &ru,
ru.nested_member (nru);
- Param_Test::Recursive_Union::_tao_seq_Recursive_Union tmp (MAX_SEQ_LENGTH);
+ Param_Test::Recursive_Union::_rec_member_seq tmp (MAX_SEQ_LENGTH);
ru.rec_member (tmp);
@@ -223,7 +223,7 @@ Test_Recursive_Union::deep_init (Param_Test::Recursive_Union &ru,
// This line is TAO-specific, but some compilers we support
// are broken in their handling of the portable scoped typedef
// required by CORBA 2.3
- Param_Test::Recursive_Union::_tao_seq_Recursive_Union tmp (MAX_SEQ_LENGTH);
+ Param_Test::Recursive_Union::_rec_member_seq tmp (MAX_SEQ_LENGTH);
tmp.length (len);
@@ -261,7 +261,7 @@ Test_Recursive_Union::deep_init_nested (Param_Test::nested_rec_union &nu,
// This line is TAO-specific, but some compilers we support
// are broken in their handling of the portable scoped typedef
// required by CORBA 2.3
- Param_Test::nested_rec_union::_tao_seq_nested_rec_union tmp (MAX_SEQ_LENGTH);
+ Param_Test::nested_rec_union::_nested_rec_member_seq tmp (MAX_SEQ_LENGTH);
tmp.length (len);