summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/options.cpp')
-rw-r--r--TAO/tests/Param_Test/options.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Param_Test/options.cpp b/TAO/tests/Param_Test/options.cpp
index 52dc12bd4ba..6db5429ab92 100644
--- a/TAO/tests/Param_Test/options.cpp
+++ b/TAO/tests/Param_Test/options.cpp
@@ -194,7 +194,7 @@ Options::read_ior (ACE_TCHAR *filename)
}
char const *
-Options::param_test_ior (void) const
+Options::param_test_ior () const
{
return this->ior_.in ();
}
@@ -218,13 +218,13 @@ Options::loop_count (void)
}
CORBA::Boolean
-Options::debug (void) const
+Options::debug () const
{
return this->debug_;
}
CORBA::Boolean
-Options::shutdown (void) const
+Options::shutdown () const
{
return this->shutdown_;
}