summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-02-09 22:36:16 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-02-09 22:36:16 +0000
commit925d1d3cd3428e39b78749184446e4cf96418d28 (patch)
treeb14ac98038d18167771a0e1f21539cddb2054271 /TAO/TAO_IDL/be_include
parentd90a7cce6230626ebaefa5fcf40a82b078adabee (diff)
downloadATCD-925d1d3cd3428e39b78749184446e4cf96418d28.tar.gz
ChangeLogTag: Mon Feb 9 16:35:04 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/be_include')
-rw-r--r--TAO/TAO_IDL/be_include/be_global.h9
1 files changed, 9 insertions, 0 deletions
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?