summaryrefslogtreecommitdiff
path: root/TAO/tests/TransportCurrent/Framework/Current_Test_Impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/TransportCurrent/Framework/Current_Test_Impl.cpp')
-rw-r--r--TAO/tests/TransportCurrent/Framework/Current_Test_Impl.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/tests/TransportCurrent/Framework/Current_Test_Impl.cpp b/TAO/tests/TransportCurrent/Framework/Current_Test_Impl.cpp
index d800764960b..191b2ac6a64 100644
--- a/TAO/tests/TransportCurrent/Framework/Current_Test_Impl.cpp
+++ b/TAO/tests/TransportCurrent/Framework/Current_Test_Impl.cpp
@@ -12,18 +12,18 @@ Current_Test_Impl::Current_Test_Impl (CORBA::ORB_ptr orb,
{
}
-Current_Test_Impl::~Current_Test_Impl (void)
+Current_Test_Impl::~Current_Test_Impl ()
{
}
::CORBA::Long
-Current_Test_Impl::self_test (void)
+Current_Test_Impl::self_test ()
{
return 0;
}
void
-Current_Test_Impl::test_transport_current (void)
+Current_Test_Impl::test_transport_current ()
{
if (TAO_debug_level > 2)
{
@@ -66,7 +66,7 @@ Current_Test_Impl::test_transport_current (void)
}
void
-Current_Test_Impl::invoked_by_client (void)
+Current_Test_Impl::invoked_by_client ()
{
try
{
@@ -85,7 +85,7 @@ Current_Test_Impl::invoked_by_client (void)
}
void
-Current_Test_Impl::invoked_by_client_i (void)
+Current_Test_Impl::invoked_by_client_i ()
{
if (TAO_debug_level > 2) {
ACE_DEBUG ((LM_DEBUG,
@@ -120,7 +120,7 @@ Current_Test_Impl::invoked_by_client_i (void)
}
void
-Current_Test_Impl::invoked_during_upcall (void)
+Current_Test_Impl::invoked_during_upcall ()
{
if (TAO_debug_level > 2) {
ACE_DEBUG ((LM_DEBUG,
@@ -131,7 +131,7 @@ Current_Test_Impl::invoked_during_upcall (void)
}
void
-Current_Test_Impl::shutdown (void)
+Current_Test_Impl::shutdown ()
{
if (TAO_debug_level > 2) {
ACE_DEBUG ((LM_DEBUG,