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