summaryrefslogtreecommitdiff
path: root/TAO/tao/TypeCodeFactory
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
commit59cfd56627bebe5107810330567fe070525093b3 (patch)
treef56ae6adb90189dfb6489403e9b3431fc28a7065 /TAO/tao/TypeCodeFactory
parente81964ac452ed98c276f334fc86d8b018c4fe950 (diff)
downloadATCD-59cfd56627bebe5107810330567fe070525093b3.tar.gz
Tue Feb 6 20:14:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/TypeCodeFactory')
-rw-r--r--TAO/tao/TypeCodeFactory/TypeCodeFactory_i.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tao/TypeCodeFactory/TypeCodeFactory_i.cpp b/TAO/tao/TypeCodeFactory/TypeCodeFactory_i.cpp
index e2e63d8b2c8..e45c72820ce 100644
--- a/TAO/tao/TypeCodeFactory/TypeCodeFactory_i.cpp
+++ b/TAO/tao/TypeCodeFactory/TypeCodeFactory_i.cpp
@@ -748,9 +748,7 @@ TAO_TypeCodeFactory_i::create_array_tc (
CORBA::TypeCode_ptr element_type)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- return sequence_array_tc_common (length,
- element_type,
- CORBA::tk_array);
+ return sequence_array_tc_common (length, element_type, CORBA::tk_array);
}
CORBA::TypeCode_ptr