summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/RtEC/Kokyu/Supplier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/RtEC/Kokyu/Supplier.cpp')
-rw-r--r--TAO/orbsvcs/examples/RtEC/Kokyu/Supplier.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/examples/RtEC/Kokyu/Supplier.cpp b/TAO/orbsvcs/examples/RtEC/Kokyu/Supplier.cpp
index bebbcd0bf16..a08693a781d 100644
--- a/TAO/orbsvcs/examples/RtEC/Kokyu/Supplier.cpp
+++ b/TAO/orbsvcs/examples/RtEC/Kokyu/Supplier.cpp
@@ -13,7 +13,7 @@ Supplier::Supplier (RtecEventComm::EventSourceID id,
}
void
-Supplier::timeout_occured (void)
+Supplier::timeout_occurred (void)
{
RtecEventComm::EventSet event (1);
if (id_ == 1)
@@ -55,7 +55,7 @@ Timeout_Consumer::push (const RtecEventComm::EventSet& events)
}
ACE_DEBUG ((LM_DEBUG, "(%t) Timeout Event received\n"));
- supplier_impl_->timeout_occured ();
+ supplier_impl_->timeout_occurred ();
}
void