summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_global.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_global.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/TAO/TAO_IDL/be_include/be_global.h b/TAO/TAO_IDL/be_include/be_global.h
index 532b0eea9e8..f104767418e 100644
--- a/TAO/TAO_IDL/be_include/be_global.h
+++ b/TAO/TAO_IDL/be_include/be_global.h
@@ -428,10 +428,6 @@ public:
void gen_anyop_files (idl_bool val);
// Accessors for the member.
- idl_bool do_ccm_preproc (void) const;
- void do_ccm_preproc (idl_bool val);
- // Accessors for the member do_ccm_preproc_.
-
ACE_CString spawn_options (void);
// Command line passed to ACE_Process::spawn. Different
// implementations in IDL and IFR backends.
@@ -586,10 +582,7 @@ private:
// Reference holder for component skeleton visitors.
idl_bool gen_anyop_files_;
- // Separate files for generated Any operators?
-
- idl_bool do_ccm_preproc_;
- // Do the IDL3 to IDL2 preprocessing?
+ // @@@ (TAO TEAM ONLY) Separate files for generated Any operators?
};
#endif /* _BE_GLOBAL_H */