summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/HTIOP/Hello/Hello.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/HTIOP/Hello/Hello.cpp')
-rw-r--r--TAO/orbsvcs/tests/HTIOP/Hello/Hello.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/HTIOP/Hello/Hello.cpp b/TAO/orbsvcs/tests/HTIOP/Hello/Hello.cpp
index 731abb310fe..0583dea775e 100644
--- a/TAO/orbsvcs/tests/HTIOP/Hello/Hello.cpp
+++ b/TAO/orbsvcs/tests/HTIOP/Hello/Hello.cpp
@@ -7,14 +7,14 @@ Hello::Hello (CORBA::ORB_ptr orb)
}
char *
-Hello::get_string (void)
+Hello::get_string ()
{
ACE_DEBUG ((LM_DEBUG, "in get_string\n"));
return CORBA::string_dup ("Hello there!");
}
void
-Hello::shutdown (void)
+Hello::shutdown ()
{
this->orb_->shutdown (false);
ACE_DEBUG ((LM_DEBUG,"in shutdown\n"));