summaryrefslogtreecommitdiff
path: root/TAO/tao/PI_Server
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 18:43:15 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 18:43:15 +0000
commit9a1b8b84615cd2da2f35ee02582d47b401cad165 (patch)
tree63a393654b5f7742507e587788301641cded5f7e /TAO/tao/PI_Server
parent5d48baca3dc57ec7bcd154cf0850362361799eaa (diff)
downloadATCD-9a1b8b84615cd2da2f35ee02582d47b401cad165.tar.gz
Diffstat (limited to 'TAO/tao/PI_Server')
-rw-r--r--TAO/tao/PI_Server/ServerRequestInfo.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/PI_Server/ServerRequestInfo.cpp b/TAO/tao/PI_Server/ServerRequestInfo.cpp
index 88efb7bffd9..9ac1c7a4301 100644
--- a/TAO/tao/PI_Server/ServerRequestInfo.cpp
+++ b/TAO/tao/PI_Server/ServerRequestInfo.cpp
@@ -560,8 +560,7 @@ TAO::ServerRequestInfo::add_reply_service_context (
if (service_context_list.set_context (service_context, replace) == 0)
{
- throw ( ::CORBA::BAD_INV_ORDER (CORBA::OMGVMCID | 15,
- CORBA::COMPLETED_NO));
+ throw ::CORBA::BAD_INV_ORDER (CORBA::OMGVMCID | 15, CORBA::COMPLETED_NO);
}
}