summaryrefslogtreecommitdiff
path: root/TAO/tao/RTPortableServer
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 18:48:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 18:48:28 +0000
commit135d9801bb9295a5a00a8f1305a47834574c7f8d (patch)
tree282cf3a34359375b67a5b5d8670c45a6f921beb6 /TAO/tao/RTPortableServer
parentc3e236eddbdacaa9dc4ec4b6509fae9438054d27 (diff)
downloadATCD-135d9801bb9295a5a00a8f1305a47834574c7f8d.tar.gz
Diffstat (limited to 'TAO/tao/RTPortableServer')
-rw-r--r--TAO/tao/RTPortableServer/RT_POA.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/RTPortableServer/RT_POA.cpp b/TAO/tao/RTPortableServer/RT_POA.cpp
index 1c71e6d4910..32d8f6856d7 100644
--- a/TAO/tao/RTPortableServer/RT_POA.cpp
+++ b/TAO/tao/RTPortableServer/RT_POA.cpp
@@ -214,7 +214,7 @@ TAO_RT_POA::validate_policies (void)
if (this->cached_policies_.implicit_activation () ==
PortableServer::IMPLICIT_ACTIVATION)
{
- throw (PortableServer::POA::WrongPolicy ());
+ throw PortableServer::POA::WrongPolicy ();
}
// For each of the above operations, if the POA does not support the
@@ -223,7 +223,7 @@ TAO_RT_POA::validate_policies (void)
if (this->cached_policies_.priority_model () !=
TAO::Portable_Server::Cached_Policies::SERVER_DECLARED)
{
- throw (PortableServer::POA::WrongPolicy ());
+ throw PortableServer::POA::WrongPolicy ();
}
// In all other respects the semantics of the corresponding