summaryrefslogtreecommitdiff
path: root/TAO/tests/MProfile/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/MProfile/test_i.cpp')
-rw-r--r--TAO/tests/MProfile/test_i.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/MProfile/test_i.cpp b/TAO/tests/MProfile/test_i.cpp
index ac80f97ad7d..2004d24f72b 100644
--- a/TAO/tests/MProfile/test_i.cpp
+++ b/TAO/tests/MProfile/test_i.cpp
@@ -6,13 +6,13 @@ Simple_Server_i::Simple_Server_i (CORBA::ORB_ptr orb)
{
}
-Simple_Server_i::Simple_Server_i (void)
+Simple_Server_i::Simple_Server_i ()
: orb_ (0)
{
}
CORBA::Long
-Simple_Server_i::remote_call (void)
+Simple_Server_i::remote_call ()
{
ACE_DEBUG ((LM_DEBUG,
"Print out from process id (%P) hosting the servant\n"));
@@ -22,7 +22,7 @@ Simple_Server_i::remote_call (void)
void
-Simple_Server_i::shutdown (void)
+Simple_Server_i::shutdown ()
{
this->orb_->shutdown (false);
}