summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/bd_wstring.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/bd_wstring.cpp')
-rw-r--r--TAO/tests/Param_Test/bd_wstring.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tests/Param_Test/bd_wstring.cpp b/TAO/tests/Param_Test/bd_wstring.cpp
index 904158bd400..afed5732f77 100644
--- a/TAO/tests/Param_Test/bd_wstring.cpp
+++ b/TAO/tests/Param_Test/bd_wstring.cpp
@@ -18,7 +18,7 @@
// Test_Bounded_WString
// ************************************************************************
-Test_Bounded_WString::Test_Bounded_WString (void)
+Test_Bounded_WString::Test_Bounded_WString ()
: opname_ (CORBA::string_dup ("test_bounded_wstring")),
in_ (0),
inout_ (0),
@@ -27,7 +27,7 @@ Test_Bounded_WString::Test_Bounded_WString (void)
{
}
-Test_Bounded_WString::~Test_Bounded_WString (void)
+Test_Bounded_WString::~Test_Bounded_WString ()
{
CORBA::string_free (this->opname_);
CORBA::wstring_free (this->in_);
@@ -97,7 +97,7 @@ Test_Bounded_WString::init_parameters (Param_Test_ptr)
}
int
-Test_Bounded_WString::reset_parameters (void)
+Test_Bounded_WString::reset_parameters ()
{
// release any previously occupied values
CORBA::wstring_free (this->inout_);
@@ -132,7 +132,7 @@ Test_Bounded_WString::run_sii_test (Param_Test_ptr objref)
}
CORBA::Boolean
-Test_Bounded_WString::check_validity (void)
+Test_Bounded_WString::check_validity ()
{
CORBA::ULong len = ACE_OS::wslen (this->in_);
@@ -155,6 +155,6 @@ Test_Bounded_WString::check_validity (CORBA::Request_ptr)
}
void
-Test_Bounded_WString::print_values (void)
+Test_Bounded_WString::print_values ()
{
}