summaryrefslogtreecommitdiff
path: root/modules/TAO/TAO_IDL/fe/idl.yy
diff options
context:
space:
mode:
Diffstat (limited to 'modules/TAO/TAO_IDL/fe/idl.yy')
-rw-r--r--modules/TAO/TAO_IDL/fe/idl.yy7
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/TAO/TAO_IDL/fe/idl.yy b/modules/TAO/TAO_IDL/fe/idl.yy
index 4cbdca8976b..31286152074 100644
--- a/modules/TAO/TAO_IDL/fe/idl.yy
+++ b/modules/TAO/TAO_IDL/fe/idl.yy
@@ -6179,7 +6179,7 @@ extended_port_decl
else
{
FE_Utils::T_PARAMLIST_INFO *p_list =
- pt->formal_parameters ();
+ pt->template_params ();
if (p_list != 0 && p_list->size () != 0)
{
@@ -6261,7 +6261,7 @@ extended_port_decl
else
{
FE_Utils::T_PARAMLIST_INFO *p_list =
- pt->formal_parameters ();
+ pt->template_params ();
if (p_list != 0 && p_list->size () != 0)
{
@@ -6378,8 +6378,7 @@ connector_header
{
AST_Connector *c =
idl_global->gen ()->create_connector (&sn,
- parent,
- $3);
+ parent);
(void) s->fe_add_connector (c);