summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/orbsvcs/examples/Notify/ThreadPool/Consumer.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/orbsvcs/examples/Notify/ThreadPool/Consumer.cpp b/TAO/orbsvcs/examples/Notify/ThreadPool/Consumer.cpp
index 3b0eca92ddd..9d8b067c262 100644
--- a/TAO/orbsvcs/examples/Notify/ThreadPool/Consumer.cpp
+++ b/TAO/orbsvcs/examples/Notify/ThreadPool/Consumer.cpp
@@ -118,15 +118,13 @@ TAO_Notify_ThreadPool_Consumer::disconnect (void)
void
TAO_Notify_ThreadPool_Consumer::offer_change (const CosNotification::EventTypeSeq & /*added*/,
- const CosNotification::EventTypeSeq & /*removed*/
- )
+ const CosNotification::EventTypeSeq & /*removed*/)
{
// No-Op.
}
void
-TAO_Notify_ThreadPool_Consumer::push_structured_event (const CosNotification::StructuredEvent & /*notification*/
- )
+TAO_Notify_ThreadPool_Consumer::push_structured_event (const CosNotification::StructuredEvent & /*notification*/)
{
ACE_GUARD (TAO_SYNCH_MUTEX, ace_mon, this->lock_);