summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/client.cpp')
-rw-r--r--TAO/tests/Param_Test/client.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Param_Test/client.cpp b/TAO/tests/Param_Test/client.cpp
index 6fa43b8100d..c163d094f6f 100644
--- a/TAO/tests/Param_Test/client.cpp
+++ b/TAO/tests/Param_Test/client.cpp
@@ -31,14 +31,14 @@ Param_Test_Client<T>::Param_Test_Client (CORBA::ORB_ptr orb,
// destructor
template <class T>
-Param_Test_Client<T>::~Param_Test_Client (void)
+Param_Test_Client<T>::~Param_Test_Client ()
{
delete this->test_object_;
}
// All the individual tests.
template <class T> int
-Param_Test_Client<T>::run_sii_test (void)
+Param_Test_Client<T>::run_sii_test ()
{
CORBA::ULong i = 0; // loop index
Options *opt = OPTIONS::instance (); // get the options
@@ -144,7 +144,7 @@ Param_Test_Client<T>::run_sii_test (void)
// use DII
template <class T> int
-Param_Test_Client<T>::run_dii_test (void)
+Param_Test_Client<T>::run_dii_test ()
{
const char *opname = this->test_object_->opname ();
Options *opt = OPTIONS::instance ();