summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1551_Regression/Reply_Handler.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-10-20 13:39:41 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-10-20 13:39:41 +0000
commitdd136d59a71de699b591819c37af09095c61ed81 (patch)
tree2f9376440001e27a8b174cfad10419788db7401a /TAO/tests/Bug_1551_Regression/Reply_Handler.cpp
parentfcd791537786e096312822d5a4f12bf5c2691e13 (diff)
downloadATCD-dd136d59a71de699b591819c37af09095c61ed81.tar.gz
ChangeLogTag: Thu Oct 20 13:01:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Bug_1551_Regression/Reply_Handler.cpp')
-rw-r--r--TAO/tests/Bug_1551_Regression/Reply_Handler.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Bug_1551_Regression/Reply_Handler.cpp b/TAO/tests/Bug_1551_Regression/Reply_Handler.cpp
index d9b4db4ff88..3596677754b 100644
--- a/TAO/tests/Bug_1551_Regression/Reply_Handler.cpp
+++ b/TAO/tests/Bug_1551_Regression/Reply_Handler.cpp
@@ -31,7 +31,7 @@ Reply_Handler::short_sleep (ACE_ENV_SINGLE_ARG_DECL)
void
Reply_Handler::short_sleep_excep (
- Test::AMI_HelloExceptionHolder *ex
+ ::Messaging::ExceptionHolder *ex
ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
@@ -40,7 +40,7 @@ Reply_Handler::short_sleep_excep (
ACE_TRY
{
- ex->raise_short_sleep (ACE_ENV_SINGLE_ARG_PARAMETER);
+ ex->raise_exception (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
}
ACE_CATCHANY
@@ -65,7 +65,7 @@ Reply_Handler::short_sleep_excep (
void Reply_Handler::
check_counter(ACE_ENV_SINGLE_ARG_DECL)
{
- long count = counter_--;
+ long count = --counter_;
if(count == 0)
{
// ACE_DEBUG((LM_DEBUG, "(%P|%t) Shut down client thread\n"));