diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-08-27 16:58:35 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-08-27 16:58:35 +0000 |
commit | 4f718dfc982d5e7751ae3b0d5f1f97ee7fcaa728 (patch) | |
tree | 66da42404cbf6903190b882585d1685c49899ddd | |
parent | 7c302763d3a2970f92cc53643511e2a9a24de1b2 (diff) | |
download | ATCD-4f718dfc982d5e7751ae3b0d5f1f97ee7fcaa728.tar.gz |
ChangeLogTag: Wed Aug 27 16:56:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r-- | TAO/ChangeLog | 5 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/Event/Mcast/Two_Way/application.cpp | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index aeb2d36969d..e6cc195d8ba 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 27 16:58:11 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl> + + * orbsvcs/tests/Event/Mcast/Two_Way/application.cpp: + Fixed compile errors in emulated exception builds + Wed Aug 27 16:53:36 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl> * orbsvcs/tests/Event/Mcast/Common/EC_Wrapper.cpp: 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; } //////////////////////////////////////////////////////////// |