summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/big_union.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/big_union.cpp')
-rw-r--r--TAO/tests/Param_Test/big_union.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tests/Param_Test/big_union.cpp b/TAO/tests/Param_Test/big_union.cpp
index edaac0d77f3..f1826497abe 100644
--- a/TAO/tests/Param_Test/big_union.cpp
+++ b/TAO/tests/Param_Test/big_union.cpp
@@ -19,12 +19,12 @@
size_t Test_Big_Union::counter = 0;
-Test_Big_Union::Test_Big_Union (void)
+Test_Big_Union::Test_Big_Union ()
: opname_ (CORBA::string_dup ("test_big_union"))
{
}
-Test_Big_Union::~Test_Big_Union (void)
+Test_Big_Union::~Test_Big_Union ()
{
CORBA::string_free (this->opname_);
this->opname_ = 0;
@@ -86,7 +86,7 @@ Test_Big_Union::init_parameters (Param_Test_ptr objref)
}
int
-Test_Big_Union::reset_parameters (void)
+Test_Big_Union::reset_parameters ()
{
Generator *gen = GENERATOR::instance (); // value generator
CORBA::ULong index = (counter++ % Test_Big_Union::BIG_UNION_N_BRANCHES);
@@ -233,7 +233,7 @@ Test_Big_Union::run_sii_test (Param_Test_ptr objref)
}
CORBA::Boolean
-Test_Big_Union::check_validity (void)
+Test_Big_Union::check_validity ()
{
if (this->in_._d () != this->inout_._d ()
|| this->in_._d () != this->out_->_d ()
@@ -547,6 +547,6 @@ Test_Big_Union::check_validity (CORBA::Request_ptr /*req*/)
}
void
-Test_Big_Union::print_values (void)
+Test_Big_Union::print_values ()
{
}