summaryrefslogtreecommitdiff
path: root/modules/TAO/TAO_IDL/include/ast_porttype.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/TAO/TAO_IDL/include/ast_porttype.h')
-rw-r--r--modules/TAO/TAO_IDL/include/ast_porttype.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/TAO/TAO_IDL/include/ast_porttype.h b/modules/TAO/TAO_IDL/include/ast_porttype.h
index e92c16444ad..7f0630e260c 100644
--- a/modules/TAO/TAO_IDL/include/ast_porttype.h
+++ b/modules/TAO/TAO_IDL/include/ast_porttype.h
@@ -45,6 +45,9 @@ public:
// Called by extended port instantiations.
T_ARGLIST *match_arg_names (UTL_NameList *arg_names);
+ // Called by porttype references in connectors.
+ bool match_params (UTL_StrList *param_names);
+
protected:
virtual AST_Provides *fe_add_provides (AST_Provides *p);