summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ServantRetentionStrategyRetain.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 18:50:00 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 18:50:00 +0000
commitf9c119ff8abad22b1caabf1447b5fa472cbfb9b3 (patch)
treef1493b56be20f29cc88fc2d095e68588ccb977a9 /TAO/tao/PortableServer/ServantRetentionStrategyRetain.cpp
parent577a61a8c0367ac89d8b7a6bb78e408d658aab63 (diff)
downloadATCD-f9c119ff8abad22b1caabf1447b5fa472cbfb9b3.tar.gz
Diffstat (limited to 'TAO/tao/PortableServer/ServantRetentionStrategyRetain.cpp')
-rw-r--r--TAO/tao/PortableServer/ServantRetentionStrategyRetain.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/ServantRetentionStrategyRetain.cpp b/TAO/tao/PortableServer/ServantRetentionStrategyRetain.cpp
index f744d954072..8d59564e422 100644
--- a/TAO/tao/PortableServer/ServantRetentionStrategyRetain.cpp
+++ b/TAO/tao/PortableServer/ServantRetentionStrategyRetain.cpp
@@ -900,7 +900,7 @@ namespace TAO
}
else
{
- throw (PortableServer::POA::ServantAlreadyActive ());
+ throw PortableServer::POA::ServantAlreadyActive ();
}
}
@@ -911,7 +911,7 @@ namespace TAO
id,
priority) != 0)
{
- throw ( ::CORBA::OBJ_ADAPTER ());
+ throw ::CORBA::OBJ_ADAPTER ();
}
//