summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_generator.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_generator.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_generator.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/TAO/TAO_IDL/be_include/be_generator.h b/TAO/TAO_IDL/be_include/be_generator.h
index 2bb9b227933..d28bf650f1d 100644
--- a/TAO/TAO_IDL/be_include/be_generator.h
+++ b/TAO/TAO_IDL/be_include/be_generator.h
@@ -100,12 +100,6 @@ public:
UTL_StrList *p);
virtual AST_InterfaceFwd *create_interface_fwd(UTL_ScopedName *n,
UTL_StrList *p);
- virtual AST_Interface *create_valuetype(UTL_ScopedName *n,
- AST_Interface **ih,
- long nih,
- UTL_StrList *p);
- virtual AST_InterfaceFwd *create_valuetype_fwd(UTL_ScopedName *n,
- UTL_StrList *p);
virtual AST_Exception *create_exception(UTL_ScopedName *n, UTL_StrList *p);
virtual AST_Structure *create_structure(UTL_ScopedName *n, UTL_StrList *p);
virtual AST_Enum *create_enum(UTL_ScopedName *n, UTL_StrList *p);
@@ -114,9 +108,7 @@ public:
UTL_ScopedName *n,
UTL_StrList *p);
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);
virtual AST_Argument *create_argument(AST_Argument::Direction d,
AST_Type *ft,
UTL_ScopedName *n,