summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/IDL2/Parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CCF/CCF/IDL2/Parser.hpp')
-rw-r--r--TAO/CIAO/CCF/CCF/IDL2/Parser.hpp11
1 files changed, 10 insertions, 1 deletions
diff --git a/TAO/CIAO/CCF/CCF/IDL2/Parser.hpp b/TAO/CIAO/CCF/CCF/IDL2/Parser.hpp
index 29ee5da0426..b0e307024c5 100644
--- a/TAO/CIAO/CCF/CCF/IDL2/Parser.hpp
+++ b/TAO/CIAO/CCF/CCF/IDL2/Parser.hpp
@@ -734,7 +734,10 @@ namespace CCF
act_typedef_begin;
OneArgAction<IdentifierPtr, SemanticAction::Typedef>
- act_typedef_begin_seq;
+ act_typedef_begin_unbounded_seq;
+
+ OneArgAction<IdentifierPtr, SemanticAction::Typedef>
+ act_typedef_begin_bounded_seq;
NoArgAction<SemanticAction::Typedef>
act_typedef_begin_bounded_string;
@@ -742,6 +745,12 @@ namespace CCF
NoArgAction<SemanticAction::Typedef>
act_typedef_begin_bounded_wstring;
+ NoArgAction<SemanticAction::Typedef>
+ act_typedef_begin_array;
+
+ NoArgAction<SemanticAction::Typedef>
+ act_typedef_bound;
+
OneArgAction<SimpleIdentifierPtr, SemanticAction::Typedef>
act_typedef_declarator;