summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-11-28 15:43:09 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-11-28 15:43:09 +0000
commit6675ca314100f8c81022700e77c5cb997e106908 (patch)
treeb44fa002e91a23ae951f09e40cdc2a454b37f222 /TAO/TAO_IDL/be_include
parent3f41db38f1d9dc483de075b07fa3c6b3e289c6f2 (diff)
downloadATCD-6675ca314100f8c81022700e77c5cb997e106908.tar.gz
Mon Nov 28 15:41:10 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* TAO_IDL/be/be_interface.cpp: * TAO_IDL/be/be_visitor_interface/direct_proxy_impl_sh.cpp: * TAO_IDL/be_include/be_interface.h: Reduced amount of static methods generated for direct collocation. Next step is to move the direct collocation static methods into the regular skeleton, there is really no need for its own special class hierarchy * tests/Skeleton_Inheritance/skel_inheritance.mpc: Enable direct collocation
Diffstat (limited to 'TAO/TAO_IDL/be_include')
-rw-r--r--TAO/TAO_IDL/be_include/be_interface.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/TAO/TAO_IDL/be_include/be_interface.h b/TAO/TAO_IDL/be_include/be_interface.h
index a55c797cecf..46e95ec8235 100644
--- a/TAO/TAO_IDL/be_include/be_interface.h
+++ b/TAO/TAO_IDL/be_include/be_interface.h
@@ -185,18 +185,6 @@ public:
be_interface *,
TAO_OutStream *os);
- /// 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 *,
@@ -241,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);