diff options
Diffstat (limited to 'TAO/tests/Param_Test/bd_string.cpp')
-rw-r--r-- | TAO/tests/Param_Test/bd_string.cpp | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/TAO/tests/Param_Test/bd_string.cpp b/TAO/tests/Param_Test/bd_string.cpp index 4295ab113cb..3b1ac0fbada 100644 --- a/TAO/tests/Param_Test/bd_string.cpp +++ b/TAO/tests/Param_Test/bd_string.cpp @@ -17,7 +17,7 @@ // Test_Bounded_String // ************************************************************************ -Test_Bounded_String::Test_Bounded_String (void) +Test_Bounded_String::Test_Bounded_String () : opname_ (CORBA::string_dup ("test_bounded_string")), in_ (0), inout_ (0), @@ -26,7 +26,7 @@ Test_Bounded_String::Test_Bounded_String (void) { } -Test_Bounded_String::~Test_Bounded_String (void) +Test_Bounded_String::~Test_Bounded_String () { CORBA::string_free (this->opname_); CORBA::string_free (this->in_); @@ -96,7 +96,7 @@ Test_Bounded_String::init_parameters (Param_Test_ptr) } int -Test_Bounded_String::reset_parameters (void) +Test_Bounded_String::reset_parameters () { // release any previously occupied values CORBA::string_free (this->inout_); @@ -126,13 +126,12 @@ Test_Bounded_String::run_sii_test (Param_Test_ptr objref) catch (const CORBA::Exception& ex) { ex._tao_print_exception ("Test_Bounded_String::run_sii_test\n"); - } return -1; } CORBA::Boolean -Test_Bounded_String::check_validity (void) +Test_Bounded_String::check_validity () { CORBA::ULong len = ACE_OS::strlen (this->in_); @@ -155,7 +154,7 @@ Test_Bounded_String::check_validity (CORBA::Request_ptr) } void -Test_Bounded_String::print_values (void) +Test_Bounded_String::print_values () { ACE_DEBUG ((LM_DEBUG, "\n=*=*=*=*=*=*\n" |