summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Consumer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Consumer.cpp')
-rw-r--r--TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Consumer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Consumer.cpp b/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Consumer.cpp
index 19e3a04b718..f1384c7fd4e 100644
--- a/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Consumer.cpp
+++ b/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Consumer.cpp
@@ -16,7 +16,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
// ****************************************************************
-Consumer::Consumer (void)
+Consumer::Consumer ()
: event_count_ (0)
{
}
@@ -137,7 +137,7 @@ Consumer::push (const RtecEventComm::EventSet& events)
}
void
-Consumer::disconnect_push_consumer (void)
+Consumer::disconnect_push_consumer ()
{
// In this example we shutdown the ORB when we disconnect from the
// EC (or rather the EC disconnects from us), but this doesn't have