summaryrefslogtreecommitdiff
path: root/TAO/tao/Profile.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 17:12:19 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 17:12:19 +0000
commitce248b5005b6a7c74324b06148a842ed649754a3 (patch)
tree243deb2821521dc0c3303f3f80b52f1c1992a573 /TAO/tao/Profile.cpp
parent26484869bb9ecb24427ece412d45c5e433f52714 (diff)
downloadATCD-ce248b5005b6a7c74324b06148a842ed649754a3.tar.gz
Diffstat (limited to 'TAO/tao/Profile.cpp')
-rw-r--r--TAO/tao/Profile.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Profile.cpp b/TAO/tao/Profile.cpp
index fb71f87cffa..09d619e0a0e 100644
--- a/TAO/tao/Profile.cpp
+++ b/TAO/tao/Profile.cpp
@@ -458,7 +458,7 @@ TAO_Profile::get_policies (CORBA::PolicyList& pl
if (!(in_cdr >> policy_value_seq))
{
- throw ( ::CORBA::INV_OBJREF ());
+ throw ::CORBA::INV_OBJREF ();
}
// Here we extract the Messaging::PolicyValue out of the sequence
@@ -488,7 +488,7 @@ TAO_Profile::get_policies (CORBA::PolicyList& pl
policy_value_seq[i].pvalue.length ());
if (!(in_cdr >> ACE_InputCDR::to_boolean (byte_order)))
- throw ( ::CORBA::INV_OBJREF ());
+ throw ::CORBA::INV_OBJREF ();
in_cdr.reset_byte_order (static_cast <int> (byte_order));