From 925d1d3cd3428e39b78749184446e4cf96418d28 Mon Sep 17 00:00:00 2001 From: parsons Date: Mon, 9 Feb 2004 22:36:16 +0000 Subject: ChangeLogTag: Mon Feb 9 16:35:04 2004 Jeff Parsons --- TAO/TAO_IDL/be_include/be_global.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'TAO/TAO_IDL/be_include') diff --git a/TAO/TAO_IDL/be_include/be_global.h b/TAO/TAO_IDL/be_include/be_global.h index 532c4707ec3..192438b58a8 100644 --- a/TAO/TAO_IDL/be_include/be_global.h +++ b/TAO/TAO_IDL/be_include/be_global.h @@ -305,6 +305,12 @@ public: idl_bool gen_impl_files (void) const; // Check if we want to generate implementation files. + void gen_impl_debug_info (idl_bool); + // Set generation of source file and line number for implementation files. + + idl_bool gen_impl_debug_info (void) const; + // Check generation of source file and line number implementation files. + void gen_copy_ctor (idl_bool); // Set generation of copy constructor. @@ -497,6 +503,9 @@ private: idl_bool gen_impl_files_; // are we generating implementation files? + idl_bool gen_impl_debug_info_; + // are we generating source file and line numbers for implementation files? + idl_bool gen_copy_ctor_; // are we generating the copy constructor? -- cgit v1.2.1