summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_module.h')
-rw-r--r--TAO/TAO_IDL/include/ast_module.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/include/ast_module.h b/TAO/TAO_IDL/include/ast_module.h
index ba4fef1ffa4..5998808cfd0 100644
--- a/TAO/TAO_IDL/include/ast_module.h
+++ b/TAO/TAO_IDL/include/ast_module.h
@@ -136,10 +136,14 @@ private:
virtual AST_Module *fe_add_module (AST_Module *m);
- virtual AST_Interface *fe_add_interface (AST_Interface *i);
+ virtual AST_Interface *fe_add_interface (AST_Interface *i);
virtual AST_InterfaceFwd *fe_add_interface_fwd (AST_InterfaceFwd *i);
+ virtual AST_ValueType *fe_add_valuetype (AST_ValueType *i);
+
+ virtual AST_ValueTypeFwd *fe_add_valuetype_fwd (AST_ValueTypeFwd *i);
+
virtual AST_Constant *fe_add_constant (AST_Constant *c);
virtual AST_Exception *fe_add_exception (AST_Exception *e);