summaryrefslogtreecommitdiff
path: root/TAO/tao/LocalObject.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 18:37:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 18:37:07 +0000
commit23a5681d84839e43eb91949a3ab47f6410d5b086 (patch)
tree262b22a2f75388c2df25ab20bb0eaf94a81e3fb1 /TAO/tao/LocalObject.cpp
parent514fd5ba40c710e43ac798205d7770944a0167fb (diff)
downloadATCD-23a5681d84839e43eb91949a3ab47f6410d5b086.tar.gz
Wed Jan 24 18:36:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/LocalObject.cpp')
-rw-r--r--TAO/tao/LocalObject.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/LocalObject.cpp b/TAO/tao/LocalObject.cpp
index 349f4e52513..d60771f3915 100644
--- a/TAO/tao/LocalObject.cpp
+++ b/TAO/tao/LocalObject.cpp
@@ -99,8 +99,7 @@ CORBA::LocalObject::_create_request (CORBA::Context_ptr,
CORBA::Request_ptr &,
CORBA::Flags)
{
- throw ( ::CORBA::NO_IMPLEMENT (CORBA::OMGVMCID | 4,
- CORBA::COMPLETED_NO));
+ throw ::CORBA::NO_IMPLEMENT (CORBA::OMGVMCID | 4, CORBA::COMPLETED_NO);
}
void
@@ -113,8 +112,7 @@ CORBA::LocalObject::_create_request (CORBA::Context_ptr,
CORBA::Request_ptr &,
CORBA::Flags)
{
- throw ( ::CORBA::NO_IMPLEMENT (CORBA::OMGVMCID | 4,
- CORBA::COMPLETED_NO));
+ throw ::CORBA::NO_IMPLEMENT (CORBA::OMGVMCID | 4, CORBA::COMPLETED_NO);
}
CORBA::Request_ptr