summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/RtEC/test_driver/TimeoutConsumer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/RtEC/test_driver/TimeoutConsumer.cpp')
-rw-r--r--TAO/orbsvcs/examples/RtEC/test_driver/TimeoutConsumer.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/examples/RtEC/test_driver/TimeoutConsumer.cpp b/TAO/orbsvcs/examples/RtEC/test_driver/TimeoutConsumer.cpp
index 37e5af7ccd9..1e661a1cf7d 100644
--- a/TAO/orbsvcs/examples/RtEC/test_driver/TimeoutConsumer.cpp
+++ b/TAO/orbsvcs/examples/RtEC/test_driver/TimeoutConsumer.cpp
@@ -177,10 +177,10 @@ TimeoutConsumer::push (const RtecEventComm::EventSet& events
{
if (ACE_ES_EVENT_INTERVAL_TIMEOUT == events[i].header.type)
{
- // ACE_DEBUG((LM_DEBUG,"TimeoutConsumer %s (%P|%t) received timeout event\n",this->entry_pt.str().c_str()));
+ //ACE_DEBUG((LM_DEBUG,"TimeoutConsumer %s (%P|%t) received timeout event\n",this->entry_pt.str().c_str()));
if (this->_observer != 0)
{
- // ACE_DEBUG((LM_DEBUG,"TimeoutConsumer %s (%P|%t) updating observer\n",this->entry_pt.str().c_str()));
+ ACE_DEBUG((LM_DEBUG,"TimeoutConsumer %s (%P|%t) updating observer\n",this->entry_pt.str().c_str()));
this->_observer->update();
}
}
@@ -190,9 +190,9 @@ TimeoutConsumer::push (const RtecEventComm::EventSet& events
ACE_hthread_t handle;
ACE_Thread::self(handle);
ACE_Thread::getprio(handle,prio);
- //ACE_thread_t tid = ACE_Thread::self();
-// ACE_DEBUG ((LM_DEBUG, "TimeoutConsumer %s @%d (%P|%t) we received event type %d\n",
-// this->entry_pt.str().c_str(),prio,events[0].header.type));
+ ACE_thread_t tid = ACE_Thread::self();
+ ACE_DEBUG ((LM_DEBUG, "TimeoutConsumer %s @%d (%P|%t) we received event type %d\n",
+ this->entry_pt.str().c_str(),prio,events[0].header.type));
}
}
}