summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_valuetype.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_valuetype.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_valuetype.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_valuetype.h b/TAO/TAO_IDL/be_include/be_valuetype.h
index b3c81fa052f..37c9c2df060 100644
--- a/TAO/TAO_IDL/be_include/be_valuetype.h
+++ b/TAO/TAO_IDL/be_include/be_valuetype.h
@@ -134,6 +134,12 @@ public:
// Helper method passed to the template method to generate code for
// adding abstract supported interfaces to the inheritance list.
+ static int gen_abstract_init_helper (be_interface *node,
+ be_interface *base,
+ TAO_OutStream *os);
+ // Helper method to initialize the val_ member of the generated
+ // C++ class for each abstract interface that we support.
+
static int gen_skel_helper (be_interface *node,
be_interface *base,
TAO_OutStream *os);