summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/idl_global.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-06-21 14:08:04 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-06-21 14:08:04 +0000
commit2fa0fdb6b8201e6e58f246aa3ed55bd100960b02 (patch)
treefdc0d3f34aab6674d788b66654845df79a4ad30b /TAO/TAO_IDL/include/idl_global.h
parentcef63a10b4310a68beaad7f125bd5137c0428cec (diff)
downloadATCD-2fa0fdb6b8201e6e58f246aa3ed55bd100960b02.tar.gz
ChangeLogTag: Mon Jun 21 09:04:23 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/include/idl_global.h')
-rw-r--r--TAO/TAO_IDL/include/idl_global.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/TAO_IDL/include/idl_global.h b/TAO/TAO_IDL/include/idl_global.h
index 100a8d31a09..abb0aad13f2 100644
--- a/TAO/TAO_IDL/include/idl_global.h
+++ b/TAO/TAO_IDL/include/idl_global.h
@@ -372,9 +372,6 @@ public:
virtual long compile_flags (void); // What flags are on?
virtual void set_compile_flags (long); // Turn some on or off
- virtual const char *be (void); // Get BE to use
- virtual void set_be (const char *); // Set it
-
virtual char *local_escapes (void); // Get local escapes
virtual void set_local_escapes (const char *);// Set it
@@ -531,6 +528,9 @@ public:
AST_Component::port_description &pd);
// We must do this in the front end since the executor
// mapping IDL will have these data types.
+
+ int check_gperf (void);
+ // Currently called only from IDL backend, but could be useful elsewhere.
private:
// Data
@@ -549,7 +549,6 @@ private:
const char *pd_prog_name; // Argv[0]
const char *pd_cpp_location; // Where to find CPP
long pd_compile_flags; // Compile flags
- const char *pd_be; // BE name to use
char *pd_local_escapes; // Trapdoor argument
UTL_Indenter *pd_indent; // Indent object
// as its being built