summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-03 07:53:48 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-03 07:53:48 +0000
commit189555a299cafa7c1b57019759d4b194fee26e3d (patch)
tree8dd22516a073a79cf3de518246675d3607bbb0bc
parent86cd0b49f792d065c17167d0427da3e2b5f2798c (diff)
downloadATCD-189555a299cafa7c1b57019759d4b194fee26e3d.tar.gz
-rw-r--r--TAO/orbsvcs/tests/FT_App/FT_TestReplica_i.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/TAO/orbsvcs/tests/FT_App/FT_TestReplica_i.cpp b/TAO/orbsvcs/tests/FT_App/FT_TestReplica_i.cpp
index 4ce192fa90d..bb6837089ea 100644
--- a/TAO/orbsvcs/tests/FT_App/FT_TestReplica_i.cpp
+++ b/TAO/orbsvcs/tests/FT_App/FT_TestReplica_i.cpp
@@ -95,21 +95,21 @@ namespace
#define KEVORKIAN_RETURN(value, method, result) \
if (this->death_pending_ == (FT_TEST::TestReplica::value)){ \
suicide (#value " in method " #method); \
- throw FAULT_CODE (
- \CORBA::SystemException::_tao_minor_code (
- \TAO::VMCID,
- \EFAULT),
- \CORBA::COMPLETED_NO); \
+ throw FAULT_CODE ( \
+ CORBA::SystemException::_tao_minor_code ( \
+ TAO::VMCID, \
+ EFAULT), \
+ CORBA::COMPLETED_NO); \
} else ;
#define KEVORKIAN_DURING_RETURN(method, result) \
if (this->death_pending_ == FT_TEST::TestReplica::BEFORE_REPLY ){\
suicide ("read-only method " #method); \
- throw FAULT_CODE (
- \CORBA::SystemException::_tao_minor_code (
- \TAO::VMCID,
- \EFAULT),
- \CORBA::COMPLETED_NO); \
+ throw FAULT_CODE ( \
+ CORBA::SystemException::_tao_minor_code ( \
+ TAO::VMCID, \
+ EFAULT), \
+ CORBA::COMPLETED_NO); \
} else ;