summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ciao/CIAO_RTEvent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/ciao/CIAO_RTEvent.cpp')
-rw-r--r--TAO/CIAO/ciao/CIAO_RTEvent.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/CIAO/ciao/CIAO_RTEvent.cpp b/TAO/CIAO/ciao/CIAO_RTEvent.cpp
index a559eaab2d9..a2bb4c06f0b 100644
--- a/TAO/CIAO/ciao/CIAO_RTEvent.cpp
+++ b/TAO/CIAO/ciao/CIAO_RTEvent.cpp
@@ -191,7 +191,7 @@ namespace CIAO
CORBA::SystemException))
{
- //ACE_DEBUG ((LM_DEBUG, "CIAO::RTEventService::push_event\n"));
+ ACE_DEBUG ((LM_DEBUG, "CIAO::RTEventService::push_event\n"));
RtecEventComm::EventSet events (1);
events.length (1);
@@ -235,7 +235,7 @@ namespace CIAO
RTEventServiceConsumer_impl::push (const RtecEventComm::EventSet& events)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- //ACE_DEBUG ((LM_DEBUG, "CIAO::RTEventServiceConsumer_impl::push\n"));
+ ACE_DEBUG ((LM_DEBUG, "CIAO::RTEventServiceConsumer_impl::push\n"));
for (size_t i = 0; i < events.length (); ++i)
{