summaryrefslogtreecommitdiff
path: root/TAO/examples/AMI/FL_Callback/peer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/AMI/FL_Callback/peer.cpp')
-rw-r--r--TAO/examples/AMI/FL_Callback/peer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/AMI/FL_Callback/peer.cpp b/TAO/examples/AMI/FL_Callback/peer.cpp
index 18a884e8675..c4dcc225ef7 100644
--- a/TAO/examples/AMI/FL_Callback/peer.cpp
+++ b/TAO/examples/AMI/FL_Callback/peer.cpp
@@ -157,7 +157,7 @@ Worker::Worker (CORBA::ORB_ptr orb)
}
int
-Worker::svc (void)
+Worker::svc ()
{
ACE_DEBUG ((LM_DEBUG, "(%P|%t) starting event loop\n"));
this->orb_->run ();