summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_generator.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_generator.h')
-rw-r--r--TAO/TAO_IDL/include/ast_generator.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/TAO/TAO_IDL/include/ast_generator.h b/TAO/TAO_IDL/include/ast_generator.h
index cc2ce73cbe2..b6a6686ffb8 100644
--- a/TAO/TAO_IDL/include/ast_generator.h
+++ b/TAO/TAO_IDL/include/ast_generator.h
@@ -113,16 +113,6 @@ public:
virtual AST_InterfaceFwd *create_interface_fwd(UTL_ScopedName *n,
UTL_StrList *p);
- // Create a node representing an valuetype
- virtual AST_Interface *create_valuetype(UTL_ScopedName *n,
- AST_Interface **ih,
- long nih,
- UTL_StrList *p);
-
- // Create a node representing a forward declaration of an valuetype
- virtual AST_InterfaceFwd *create_valuetype_fwd(UTL_ScopedName *n,
- UTL_StrList *p);
-
// Create a node representing an exception
virtual AST_Exception *create_exception(UTL_ScopedName *n,
UTL_StrList *p);
@@ -145,8 +135,7 @@ public:
// union
virtual AST_Field *create_field(AST_Type *ft,
UTL_ScopedName *n,
- UTL_StrList *p,
- AST_Field::Visibility vis = AST_Field::vis_NA);
+ UTL_StrList *p);
// Create a node representing an argument to an operation
virtual AST_Argument *create_argument(AST_Argument::Direction d,