summaryrefslogtreecommitdiff
path: root/TAO/tests/Alt_Mapping/ub_struct_seq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Alt_Mapping/ub_struct_seq.cpp')
-rw-r--r--TAO/tests/Alt_Mapping/ub_struct_seq.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Alt_Mapping/ub_struct_seq.cpp b/TAO/tests/Alt_Mapping/ub_struct_seq.cpp
index 771849b9cd3..3b3c0c7e8ba 100644
--- a/TAO/tests/Alt_Mapping/ub_struct_seq.cpp
+++ b/TAO/tests/Alt_Mapping/ub_struct_seq.cpp
@@ -63,7 +63,7 @@ Test_Unbounded_Struct_Sequence::init_parameters (Alt_Mapping_ptr)
}
int
-Test_Unbounded_Struct_Sequence::reset_parameters (void)
+Test_Unbounded_Struct_Sequence::reset_parameters ()
{
this->inout_.clear ();
this->out_.clear ();
@@ -92,7 +92,7 @@ Test_Unbounded_Struct_Sequence::run_sii_test (
}
CORBA::Boolean
-Test_Unbounded_Struct_Sequence::check_validity (void)
+Test_Unbounded_Struct_Sequence::check_validity ()
{
return (this->compare (this->in_, this->inout_)
&& this->compare (this->in_, this->out_)
@@ -100,7 +100,7 @@ Test_Unbounded_Struct_Sequence::check_validity (void)
}
void
-Test_Unbounded_Struct_Sequence::print_values (void)
+Test_Unbounded_Struct_Sequence::print_values ()
{
ACE_DEBUG ((LM_DEBUG,
"*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*\n"