summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ciao
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/ciao')
-rw-r--r--TAO/CIAO/ciao/CCM_Core.mpc2
-rw-r--r--TAO/CIAO/ciao/CIAO_RTEvent.cpp4
-rw-r--r--TAO/CIAO/ciao/Container_Base.cpp4
3 files changed, 4 insertions, 6 deletions
diff --git a/TAO/CIAO/ciao/CCM_Core.mpc b/TAO/CIAO/ciao/CCM_Core.mpc
index 148c9032c8c..40b37ab6094 100644
--- a/TAO/CIAO/ciao/CCM_Core.mpc
+++ b/TAO/CIAO/ciao/CCM_Core.mpc
@@ -90,8 +90,6 @@ project (CIAO_Container) : orbsvcslib, portableserver, security, iorinterceptor,
Container_Impl.cpp
CCM_DeploymentC.cpp
CCM_DeploymentS.cpp
- CIAO_EventsC.cpp
- CIAO_EventsS.cpp
}
}
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)
{
diff --git a/TAO/CIAO/ciao/Container_Base.cpp b/TAO/CIAO/ciao/Container_Base.cpp
index b9614ec29b8..2938b2557ba 100644
--- a/TAO/CIAO/ciao/Container_Base.cpp
+++ b/TAO/CIAO/ciao/Container_Base.cpp
@@ -194,10 +194,10 @@ CIAO::Container::push_event (
CORBA::SystemException))
{
- //ACE_DEBUG ((LM_DEBUG, "CIAO::Container::push_event\n"));
+ ACE_DEBUG ((LM_DEBUG, "CIAO::Container::push_event\n"));
CIAO::EventServiceBase * event_service;
- // ACE_DEBUG ((LM_DEBUG, "Pushing from supplier id: %s\n", connection_id));
+ ACE_DEBUG ((LM_DEBUG, "Pushing from supplier id: %s\n", connection_id));
if (this->event_service_map_.find (connection_id, event_service) != 0)
{
ACE_THROW (