summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/Request.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-03-29 11:24:54 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-03-29 11:24:54 +0000
commit2d940e7a266c0596c99d20a4005890fc4e60c873 (patch)
tree71b3494eecafa2a56d45b824dd46eef328b46cc1 /TAO/tao/DynamicInterface/Request.cpp
parentc0811aa0adbde3e10e706e0f0e1b6c89a99aa452 (diff)
downloadATCD-2d940e7a266c0596c99d20a4005890fc4e60c873.tar.gz
Thu Mar 29 11:23:22 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/DynamicInterface/Request.cpp')
-rw-r--r--TAO/tao/DynamicInterface/Request.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tao/DynamicInterface/Request.cpp b/TAO/tao/DynamicInterface/Request.cpp
index 873e7a0973b..83e7a00448f 100644
--- a/TAO/tao/DynamicInterface/Request.cpp
+++ b/TAO/tao/DynamicInterface/Request.cpp
@@ -295,9 +295,7 @@ CORBA::Request::_tao_reply_stub (TAO_InputCDR &_tao_in,
case TAO_AMI_REPLY_USER_EXCEPTION:
case TAO_AMI_REPLY_SYSTEM_EXCEPTION:
{
- reply_handler->handle_excep (_tao_in,
- reply_status);
-
+ reply_handler->handle_excep (_tao_in, reply_status);
break;
}
}