summaryrefslogtreecommitdiff
path: root/TAO/tests/Reliable_Oneways/Oneway_Receiver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Reliable_Oneways/Oneway_Receiver.cpp')
-rw-r--r--TAO/tests/Reliable_Oneways/Oneway_Receiver.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Reliable_Oneways/Oneway_Receiver.cpp b/TAO/tests/Reliable_Oneways/Oneway_Receiver.cpp
index 22e9d2969df..0427cbd91c5 100644
--- a/TAO/tests/Reliable_Oneways/Oneway_Receiver.cpp
+++ b/TAO/tests/Reliable_Oneways/Oneway_Receiver.cpp
@@ -7,13 +7,13 @@ Oneway_Receiver::Oneway_Receiver (CORBA::ORB_ptr orb)
}
void
-Oneway_Receiver::raise_no_permission (void)
+Oneway_Receiver::raise_no_permission ()
{
throw CORBA::NO_PERMISSION ();
}
void
-Oneway_Receiver::destroy (void)
+Oneway_Receiver::destroy ()
{
PortableServer::POA_var poa = this->_default_POA ();
@@ -24,7 +24,7 @@ Oneway_Receiver::destroy (void)
}
Test::Shutdown_Helper_ptr
-Oneway_Receiver::get_shutdown_helper (void)
+Oneway_Receiver::get_shutdown_helper ()
{
Shutdown_Helper *shutdown_helper;
ACE_NEW_THROW_EX (shutdown_helper,