summaryrefslogtreecommitdiff
path: root/TAO/tests/ICMG_Any_Bug/Hello.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ICMG_Any_Bug/Hello.cpp')
-rw-r--r--TAO/tests/ICMG_Any_Bug/Hello.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/ICMG_Any_Bug/Hello.cpp b/TAO/tests/ICMG_Any_Bug/Hello.cpp
index efb6ab0ec87..9f6914e2ab3 100644
--- a/TAO/tests/ICMG_Any_Bug/Hello.cpp
+++ b/TAO/tests/ICMG_Any_Bug/Hello.cpp
@@ -8,7 +8,7 @@ Hello::Hello (CORBA::ORB_ptr orb, PortableServer::POA_ptr poa)
}
Test::HelloWorld_ptr
-Hello::get_helloworld (void)
+Hello::get_helloworld ()
{
HelloWorld *hello_world;
ACE_NEW_THROW_EX (hello_world,
@@ -25,7 +25,7 @@ Hello::get_helloworld (void)
}
void
-Hello::shutdown (void)
+Hello::shutdown ()
{
this->orb_->shutdown (false);
}