summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-05-17 13:42:03 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-05-17 13:42:03 +0000
commit9c5ededb46e910392b60f66ad52feee13030687b (patch)
tree1597696f10b6f24049db12b71264c5c07e61d772 /TAO/TAO_IDL/be_include
parent84316c4a5916ab2610aaab0ad9cc8e2cbe0af5e8 (diff)
downloadATCD-9c5ededb46e910392b60f66ad52feee13030687b.tar.gz
Fri May 17 13:40:00 UTC 2013 Simon Massey <simon dot massey at prismtech dot com> Fix for Buzilla 1391
Diffstat (limited to 'TAO/TAO_IDL/be_include')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_valuetype/valuetype_obv_cs.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_valuetype/valuetype_obv_cs.h b/TAO/TAO_IDL/be_include/be_visitor_valuetype/valuetype_obv_cs.h
index 0ebfb1a088f..3b2bc32c25e 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_valuetype/valuetype_obv_cs.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_valuetype/valuetype_obv_cs.h
@@ -15,7 +15,6 @@
*/
//=============================================================================
-
#ifndef _BE_VALUETYPE_VALUETYPE_OBV_CS_H_
#define _BE_VALUETYPE_VALUETYPE_OBV_CS_H_
@@ -47,7 +46,11 @@ private:
/// Called by method above to generate base class constructor call.
void gen_obv_init_base_constructor_args (be_valuetype *node,
unsigned long &index);
+
+ /// Called to generate the initalizing constructor call for the
+ /// generated _copy_value method.
+ void gen_obv_call_base_constructor_args (be_valuetype *node,
+ unsigned long &index);
};
#endif /* _BE_VALUETYPE_VALUETYPE_OBV_CS_H_ */
-