summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/ub_str_seq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/ub_str_seq.cpp')
-rw-r--r--TAO/tests/Param_Test/ub_str_seq.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tests/Param_Test/ub_str_seq.cpp b/TAO/tests/Param_Test/ub_str_seq.cpp
index 42059a4cc16..979ee4d1ff2 100644
--- a/TAO/tests/Param_Test/ub_str_seq.cpp
+++ b/TAO/tests/Param_Test/ub_str_seq.cpp
@@ -17,7 +17,7 @@
// Test_String_Sequence
// ************************************************************************
-Test_String_Sequence::Test_String_Sequence (void)
+Test_String_Sequence::Test_String_Sequence ()
: opname_ (CORBA::string_dup ("test_strseq")),
in_ (new CORBA::StringSeq),
inout_ (new CORBA::StringSeq),
@@ -26,7 +26,7 @@ Test_String_Sequence::Test_String_Sequence (void)
{
}
-Test_String_Sequence::~Test_String_Sequence (void)
+Test_String_Sequence::~Test_String_Sequence ()
{
CORBA::string_free (this->opname_);
this->opname_ = 0;
@@ -91,7 +91,7 @@ Test_String_Sequence::init_parameters (Param_Test_ptr)
}
int
-Test_String_Sequence::reset_parameters (void)
+Test_String_Sequence::reset_parameters ()
{
this->inout_ = new CORBA::StringSeq; // delete the previous ones
this->out_ = new CORBA::StringSeq;
@@ -120,7 +120,7 @@ Test_String_Sequence::run_sii_test (Param_Test_ptr objref)
}
CORBA::Boolean
-Test_String_Sequence::check_validity (void)
+Test_String_Sequence::check_validity ()
{
CORBA::Boolean flag = 0;
if ((this->in_->length () == this->inout_->length ()) &&
@@ -148,7 +148,7 @@ Test_String_Sequence::check_validity (CORBA::Request_ptr )
}
void
-Test_String_Sequence::print_values (void)
+Test_String_Sequence::print_values ()
{
CORBA::ULong i;
ACE_DEBUG ((LM_DEBUG, "\n*=*=*=*=*=*=*=*=*=*=\n"));