summaryrefslogtreecommitdiff
path: root/TAO/examples/Callback_Quoter/Consumer_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Callback_Quoter/Consumer_Handler.cpp')
-rw-r--r--TAO/examples/Callback_Quoter/Consumer_Handler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Callback_Quoter/Consumer_Handler.cpp b/TAO/examples/Callback_Quoter/Consumer_Handler.cpp
index e82cacb225d..6d93850e49f 100644
--- a/TAO/examples/Callback_Quoter/Consumer_Handler.cpp
+++ b/TAO/examples/Callback_Quoter/Consumer_Handler.cpp
@@ -341,7 +341,7 @@ Consumer_Handler::run (void)
}
ACE_Reactor *
-Consumer_Handler::reactor_used (void) const
+Consumer_Handler::reactor_used () const
{
return this->orb_->orb_core ()->reactor ();
}