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.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/TAO_IDL/be_include/be_global.h b/TAO/TAO_IDL/be_include/be_global.h
index 24ee713d4c5..f29df3a6175 100644
--- a/TAO/TAO_IDL/be_include/be_global.h
+++ b/TAO/TAO_IDL/be_include/be_global.h
@@ -329,12 +329,6 @@ public:
bool use_clonable_in_args (void) const;
// Get the clonable_in_args setting.
- bool gen_template_export (void) const;
- // Get the gen_seq_template_export_ member.
-
- void gen_template_export (bool val);
- // Set the gen_seq_template_export_ member.
-
const char* anyop_header_ending (void) const;
// Get the anyop_header_ending.
@@ -794,10 +788,6 @@ private:
bool use_clonable_in_args_;
// Use in_clonable_arg_val instead of in_arg_val?
-
- bool gen_template_export_;
- // Generate explicit export for Visual Studio bug workaround,
- // needed only in TAO basic sequence *C.h files.
};
#endif /* _BE_GLOBAL_H */