summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Latency/ping.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/Latency/ping.cpp')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Latency/ping.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Latency/ping.cpp b/TAO/orbsvcs/tests/AVStreams/Latency/ping.cpp
index 72d5d0e4b7f..6b1135648a4 100644
--- a/TAO/orbsvcs/tests/AVStreams/Latency/ping.cpp
+++ b/TAO/orbsvcs/tests/AVStreams/Latency/ping.cpp
@@ -184,7 +184,7 @@ int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
// ****************************************************************
-Ping_Recv::Ping_Recv (void)
+Ping_Recv::Ping_Recv ()
: TAO_FlowConsumer ("Ping",
ping_protocols,
"UNS:ping")
@@ -200,13 +200,13 @@ Ping_Recv::get_callback (const char *,
return 0;
}
-Ping_Recv_Callback::Ping_Recv_Callback (void)
+Ping_Recv_Callback::Ping_Recv_Callback ()
: count_ (0)
{
}
int
-Ping_Recv_Callback::handle_stop (void)
+Ping_Recv_Callback::handle_stop ()
{
ACE_DEBUG ((LM_DEBUG,"Ping_Recv_Callback::stop"));
TAO_AV_CORE::instance ()->orb ()->shutdown ();
@@ -257,7 +257,7 @@ Ping_Recv_Callback::receive_frame (ACE_Message_Block *frame,
}
int
-Ping_Recv_Callback::handle_destroy (void)
+Ping_Recv_Callback::handle_destroy ()
{
ACE_DEBUG ((LM_DEBUG,"Ping_Recv_Callback::destroy\n"));
return 0;
@@ -265,7 +265,7 @@ Ping_Recv_Callback::handle_destroy (void)
// ****************************************************************
-Pong_Send::Pong_Send (void)
+Pong_Send::Pong_Send ()
: TAO_FlowProducer ("Pong",
pong_protocols,
"UNS:pong")
@@ -298,7 +298,7 @@ Pong_Send_Callback::handle_timeout (void *)
}
int
-Pong_Send_Callback::handle_end_stream (void)
+Pong_Send_Callback::handle_end_stream ()
{
return 0;
}