summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-06 20:16:03 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-06 20:16:03 +0000
commitd44857a785cdddf48181eeac7b07f1c36240346f (patch)
treef56ae6adb90189dfb6489403e9b3431fc28a7065 /TAO/tao/ORB.cpp
parentde6406f553644a1548fc95f74df92f51b0fda590 (diff)
downloadATCD-d44857a785cdddf48181eeac7b07f1c36240346f.tar.gz
Tue Feb 6 20:14:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ORB.cpp')
-rw-r--r--TAO/tao/ORB.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tao/ORB.cpp b/TAO/tao/ORB.cpp
index 4aa035cd925..38d45e830c0 100644
--- a/TAO/tao/ORB.cpp
+++ b/TAO/tao/ORB.cpp
@@ -466,9 +466,7 @@ CORBA::ORB::create_enum_tc (
throw ::CORBA::INTERNAL ();
}
- return adapter->create_enum_tc (id,
- name,
- members);
+ return adapter->create_enum_tc (id, name, members);
}
CORBA::TypeCode_ptr