summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/complex_any.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/complex_any.cpp')
-rw-r--r--TAO/tests/Param_Test/complex_any.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tests/Param_Test/complex_any.cpp b/TAO/tests/Param_Test/complex_any.cpp
index 29a9ca724d3..d13c60fb285 100644
--- a/TAO/tests/Param_Test/complex_any.cpp
+++ b/TAO/tests/Param_Test/complex_any.cpp
@@ -25,14 +25,14 @@ const int LEVEL_3_LENGTH = 3;
size_t Test_Complex_Any::counter = 0;
-Test_Complex_Any::Test_Complex_Any (void)
+Test_Complex_Any::Test_Complex_Any ()
: opname_ (CORBA::string_dup ("test_complex_any")),
out_ (new CORBA::Any),
ret_ (new CORBA::Any)
{
}
-Test_Complex_Any::~Test_Complex_Any (void)
+Test_Complex_Any::~Test_Complex_Any ()
{
CORBA::string_free (this->opname_);
this->opname_ = 0;
@@ -84,7 +84,7 @@ Test_Complex_Any::init_parameters (Param_Test_ptr)
// <- boolean
// <- short
int
-Test_Complex_Any::reset_parameters (void)
+Test_Complex_Any::reset_parameters ()
{
Generator *gen = GENERATOR::instance (); // value generator
@@ -172,7 +172,7 @@ Test_Complex_Any::run_sii_test (Param_Test_ptr objref)
}
CORBA::Boolean
-Test_Complex_Any::check_validity (void)
+Test_Complex_Any::check_validity ()
{
const CORBA::AnySeq *level2_in_seq = 0;
const CORBA::AnySeq *level2_test_seq = 0;
@@ -306,6 +306,6 @@ Test_Complex_Any::check_validity (CORBA::Request_ptr /*req*/)
}
void
-Test_Complex_Any::print_values (void)
+Test_Complex_Any::print_values ()
{
}