summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_interface.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_interface.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be_include/be_interface.h b/TAO/TAO_IDL/be_include/be_interface.h
index 8e664a5f650..0fd3bd134aa 100644
--- a/TAO/TAO_IDL/be_include/be_interface.h
+++ b/TAO/TAO_IDL/be_include/be_interface.h
@@ -333,10 +333,11 @@ public:
int var_out_seq_decls_gen (void) const;
void var_out_seq_decls_gen (int val);
- int var_out_seq_defns_gen (void) const;
- void var_out_seq_defns_gen (int val);
// Accessors for the members.
+ const char *fwd_helper_name (void) const;
+ // Accessor to the member.
+
private:
void gen_gperf_input_header (TAO_OutStream *ss);
// Output the header (type declaration and %%) to the gperf's input
@@ -391,8 +392,10 @@ private:
// Do we have both abstract and concrete parents?
int var_out_seq_decls_gen_;
- int var_out_seq_defns_gen_;
// Have these been done already?
+
+ ACE_CString fwd_helper_name_;
+ // Calculate this in one place.
};
/**