diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-06 20:16:03 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-06 20:16:03 +0000 |
commit | d44857a785cdddf48181eeac7b07f1c36240346f (patch) | |
tree | f56ae6adb90189dfb6489403e9b3431fc28a7065 /TAO/tao/ORB.cpp | |
parent | de6406f553644a1548fc95f74df92f51b0fda590 (diff) | |
download | ATCD-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.cpp | 4 |
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 |