summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_interface.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_interface.h30
1 files changed, 3 insertions, 27 deletions
diff --git a/TAO/TAO_IDL/be_include/be_interface.h b/TAO/TAO_IDL/be_include/be_interface.h
index ca64c76bdfd..46e95ec8235 100644
--- a/TAO/TAO_IDL/be_include/be_interface.h
+++ b/TAO/TAO_IDL/be_include/be_interface.h
@@ -185,24 +185,6 @@ public:
be_interface *,
TAO_OutStream *os);
- /// Helper method passed to the template method to generate code for the
- /// skeletons in the header and inline files.
- static int gen_skel_helper (be_interface *,
- be_interface *,
- TAO_OutStream *);
-
- /// Helper method passed to the template method to generate code for the
- /// collocated functions in the header file.
- static int gen_colloc_op_decl_helper (be_interface *derived,
- be_interface *ancestor,
- TAO_OutStream *os);
-
- /// Helper method passed to the template method to generate code for the
- /// collocated functions in the source file.
- static int gen_colloc_op_defn_helper (be_interface *derived,
- be_interface *ancestor,
- TAO_OutStream *os);
-
/// Helper method passed to the template method to invoke ctors of all the
/// base classes.
static int copy_ctor_helper (be_interface *,
@@ -247,15 +229,6 @@ public:
/// pure virtual.
int convert_parent_ops (be_visitor *visitor);
- /// Common code called from gen_colloc_op_defn_helper().
- static void gen_collocated_skel_body (be_interface *derived,
- be_interface *ancestor,
- AST_Decl *d,
- const char *prefix,
- bool direct,
- UTL_ExceptList *list,
- TAO_OutStream *os);
-
/// Overridden from class be_type.
virtual void gen_ostream_operator (TAO_OutStream *os,
bool use_underscore);
@@ -412,6 +385,9 @@ protected:
/// applies only to implied IDL
be_interface *original_interface_;
+ /// Are we an AMH reply handler?
+ bool is_amh_rh_;
+
/// Are we an AMI reply handler?
bool is_ami_rh_;