summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-08-27 16:58:35 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-08-27 16:58:35 +0000
commit4f718dfc982d5e7751ae3b0d5f1f97ee7fcaa728 (patch)
tree66da42404cbf6903190b882585d1685c49899ddd /TAO/orbsvcs/tests/Event
parent7c302763d3a2970f92cc53643511e2a9a24de1b2 (diff)
downloadATCD-4f718dfc982d5e7751ae3b0d5f1f97ee7fcaa728.tar.gz
ChangeLogTag: Wed Aug 27 16:56:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/Event')
-rw-r--r--TAO/orbsvcs/tests/Event/Mcast/Two_Way/application.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/Event/Mcast/Two_Way/application.cpp b/TAO/orbsvcs/tests/Event/Mcast/Two_Way/application.cpp
index 96ace67d3e6..53998e8fef1 100644
--- a/TAO/orbsvcs/tests/Event/Mcast/Two_Way/application.cpp
+++ b/TAO/orbsvcs/tests/Event/Mcast/Two_Way/application.cpp
@@ -415,7 +415,6 @@ Heartbeat_Application::handle_timeout (const ACE_Time_Value&,
"Heartbeat_Application::handle_timeout:\n");
}
ACE_ENDTRY;
- ACE_CHECK;
return 0;
}
@@ -490,7 +489,6 @@ Heartbeat_Application::destroy_ec (void)
"Application_Heartbeat::destroy_ec\n");
}
ACE_ENDTRY;
- ACE_CHECK;
this->ec_ = RtecEventChannelAdmin::EventChannel::_nil ();
}
@@ -554,7 +552,6 @@ Heartbeat_Application::shutdown (void)
"Heartbeat_Application::shutdown:\n");
}
ACE_ENDTRY;
- ACE_CHECK;
}
////////////////////////////////////////////////////////////