summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/utl_scope_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/utl_scope_T.cpp')
-rw-r--r--TAO/TAO_IDL/include/utl_scope_T.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/include/utl_scope_T.cpp b/TAO/TAO_IDL/include/utl_scope_T.cpp
index 64448c504ac..5bfa87e3319 100644
--- a/TAO/TAO_IDL/include/utl_scope_T.cpp
+++ b/TAO/TAO_IDL/include/utl_scope_T.cpp
@@ -63,7 +63,7 @@ UTL_Scope::fe_add_full_intf_decl (DECL *t)
}
}
- else if (!can_be_redefined (predef))
+ else if (!FE_Utils::can_be_redefined (predef, t))
{
idl_global->err ()->error3 (UTL_Error::EIDL_REDEF,
t,
@@ -157,7 +157,7 @@ UTL_Scope::fe_add_fwd_intf_decl (typename FULL_DECL::FWD_TYPE *t)
}
}
- if (!can_be_redefined (d)) {
+ if (!FE_Utils::can_be_redefined (d, t)) {
idl_global->err ()->error3 (UTL_Error::EIDL_REDEF,
t,