summaryrefslogtreecommitdiff
path: root/TAO/tests/Oneways_Invoking_Twoways/Sender_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Oneways_Invoking_Twoways/Sender_i.cpp')
-rw-r--r--TAO/tests/Oneways_Invoking_Twoways/Sender_i.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Oneways_Invoking_Twoways/Sender_i.cpp b/TAO/tests/Oneways_Invoking_Twoways/Sender_i.cpp
index 3322734f790..ffba37e322f 100644
--- a/TAO/tests/Oneways_Invoking_Twoways/Sender_i.cpp
+++ b/TAO/tests/Oneways_Invoking_Twoways/Sender_i.cpp
@@ -8,7 +8,7 @@ Sender_i::Sender_i (CORBA::ORB_ptr orb,
{
}
-Sender_i::~Sender_i (void)
+Sender_i::~Sender_i ()
{
}
@@ -45,7 +45,7 @@ Sender_i::ping ( /**/)
}
void
-Sender_i::shutdown (void)
+Sender_i::shutdown ()
{
ACE_DEBUG ((LM_DEBUG,
"(%P|%t) About to invoke shutdown...\n"));