summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_porttype.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-06-01 19:44:18 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-06-01 19:44:18 +0000
commit38f31ae3435869d9a88187cdb476277543c6d1e9 (patch)
tree7a1f73fdee49fe3cf932d4f4cac5d57ad229d8b8 /TAO/TAO_IDL/include/ast_porttype.h
parentbc61d702af3816eabf78518246fe301f1c2a7e19 (diff)
downloadATCD-38f31ae3435869d9a88187cdb476277543c6d1e9.tar.gz
ChangeLogTag: Tue Jun 1 19:42:56 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/include/ast_porttype.h')
-rw-r--r--TAO/TAO_IDL/include/ast_porttype.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/TAO/TAO_IDL/include/ast_porttype.h b/TAO/TAO_IDL/include/ast_porttype.h
index 27306bcc055..a4ae64ffc2b 100644
--- a/TAO/TAO_IDL/include/ast_porttype.h
+++ b/TAO/TAO_IDL/include/ast_porttype.h
@@ -42,12 +42,8 @@ protected:
virtual AST_Provides *fe_add_provides (AST_Provides *p);
virtual AST_Uses *fe_add_uses (AST_Uses *p);
-
- virtual AST_Publishes *fe_add_publishes (AST_Publishes *p);
-
- virtual AST_Emits *fe_add_emits (AST_Emits *p);
-
- virtual AST_Consumes *fe_add_consumes (AST_Consumes *p);
+
+ virtual AST_Attribute *fe_add_attribute (AST_Attribute *a);
};
#endif // AST_PORTTYPE_H