summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_annotation_decl.h
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2018-11-30 16:21:06 -0600
committerFred Hornsey <hornseyf@objectcomputing.com>2018-11-30 16:21:06 -0600
commit1647e63b93d70567dfb0f4662c49824d9a365ef8 (patch)
treebb921a703d4a7902e48087c76c4143609e4715c7 /TAO/TAO_IDL/include/ast_annotation_decl.h
parentf34da7a658ccfa94718480b02d84abf5f27a4fed (diff)
downloadATCD-1647e63b93d70567dfb0f4662c49824d9a365ef8.tar.gz
tao_idl: Support Constant Annotation Parameters
Diffstat (limited to 'TAO/TAO_IDL/include/ast_annotation_decl.h')
-rw-r--r--TAO/TAO_IDL/include/ast_annotation_decl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/include/ast_annotation_decl.h b/TAO/TAO_IDL/include/ast_annotation_decl.h
index e8e12388a7b..f4a08799742 100644
--- a/TAO/TAO_IDL/include/ast_annotation_decl.h
+++ b/TAO/TAO_IDL/include/ast_annotation_decl.h
@@ -46,6 +46,8 @@ public:
virtual AST_Annotation_Member *fe_add_annotation_member (
AST_Annotation_Member *annotation_member);
+
+ virtual AST_Constant *fe_add_constant (AST_Constant *t);
};
#endif