summaryrefslogtreecommitdiff
path: root/TAO/tao/DynAnyS.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynAnyS.cpp')
-rw-r--r--TAO/tao/DynAnyS.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/DynAnyS.cpp b/TAO/tao/DynAnyS.cpp
index 5ea22e3b1cf..8721d26763d 100644
--- a/TAO/tao/DynAnyS.cpp
+++ b/TAO/tao/DynAnyS.cpp
@@ -858,7 +858,7 @@ POA_CORBA::_tao_collocated_DynStruct::current_member_kind (
);
}
-CORBA::NameValuePairSeq *
+NameValuePairSeq *
POA_CORBA::_tao_collocated_DynStruct::get_members (
CORBA::Environment &_tao_environment
)
@@ -870,7 +870,7 @@ POA_CORBA::_tao_collocated_DynStruct::get_members (
void
POA_CORBA::_tao_collocated_DynStruct::set_members (
- const CORBA::NameValuePairSeq & value,
+ const NameValuePairSeq & value,
CORBA::Environment &_tao_environment
)
{
@@ -1198,7 +1198,7 @@ POA_CORBA::_tao_collocated_DynSequence::length (
);
}
-CORBA_AnySeq *
+AnySeq *
POA_CORBA::_tao_collocated_DynSequence::get_elements (
CORBA::Environment &_tao_environment
)
@@ -1210,7 +1210,7 @@ POA_CORBA::_tao_collocated_DynSequence::get_elements (
void
POA_CORBA::_tao_collocated_DynSequence::set_elements (
- const CORBA_AnySeq & value,
+ const AnySeq & value,
CORBA::Environment &_tao_environment
)
{
@@ -1326,7 +1326,7 @@ CORBA::Boolean POA_CORBA::_tao_collocated_DynArray::_is_a (
);
}
-CORBA_AnySeq *
+AnySeq *
POA_CORBA::_tao_collocated_DynArray::get_elements (
CORBA::Environment &_tao_environment
)
@@ -1338,7 +1338,7 @@ POA_CORBA::_tao_collocated_DynArray::get_elements (
void
POA_CORBA::_tao_collocated_DynArray::set_elements (
- const CORBA_AnySeq & value,
+ const AnySeq & value,
CORBA::Environment &_tao_environment
)
{