summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/IFRService/NativeDef_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/IFRService/NativeDef_i.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/NativeDef_i.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/NativeDef_i.cpp b/TAO/orbsvcs/orbsvcs/IFRService/NativeDef_i.cpp
index 7530a0d99d9..65d533bf3c9 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/NativeDef_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/IFRService/NativeDef_i.cpp
@@ -58,8 +58,7 @@ TAO_NativeDef_i::type_i (void)
name);
return this->repo_->tc_factory ()->create_native_tc (id.c_str (),
- name.c_str ()
- ACE_ENV_ARG_PARAMETER);
+ name.c_str ());
}
TAO_END_VERSIONED_NAMESPACE_DECL