summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/ub_array_seq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/ub_array_seq.cpp')
-rw-r--r--TAO/tests/Param_Test/ub_array_seq.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tests/Param_Test/ub_array_seq.cpp b/TAO/tests/Param_Test/ub_array_seq.cpp
index b6bc5487c9a..2b4370ab015 100644
--- a/TAO/tests/Param_Test/ub_array_seq.cpp
+++ b/TAO/tests/Param_Test/ub_array_seq.cpp
@@ -17,7 +17,7 @@
// Test_Array_Sequence
// ************************************************************************
-Test_Array_Sequence::Test_Array_Sequence (void)
+Test_Array_Sequence::Test_Array_Sequence ()
: opname_ (CORBA::string_dup ("test_array_sequence")),
inout_ (new Param_Test::ArraySeq),
out_ (new Param_Test::ArraySeq),
@@ -25,7 +25,7 @@ Test_Array_Sequence::Test_Array_Sequence (void)
{
}
-Test_Array_Sequence::~Test_Array_Sequence (void)
+Test_Array_Sequence::~Test_Array_Sequence ()
{
CORBA::string_free (this->opname_);
this->opname_ = 0;
@@ -104,7 +104,7 @@ Test_Array_Sequence::init_parameters (Param_Test_ptr)
}
int
-Test_Array_Sequence::reset_parameters (void)
+Test_Array_Sequence::reset_parameters ()
{
// Delete the previous ones.
this->inout_ = new Param_Test::ArraySeq;
@@ -134,7 +134,7 @@ Test_Array_Sequence::run_sii_test (Param_Test_ptr objref)
}
CORBA::Boolean
-Test_Array_Sequence::check_validity (void)
+Test_Array_Sequence::check_validity ()
{
if (this->compare (this->in_, this->inout_.in ()) &&
this->compare (this->in_, this->out_.in ()) &&
@@ -151,7 +151,7 @@ Test_Array_Sequence::check_validity (CORBA::Request_ptr )
}
void
-Test_Array_Sequence::print_values (void)
+Test_Array_Sequence::print_values ()
{
ACE_DEBUG ((LM_DEBUG,
"*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*\n"