summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_sequence.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_sequence.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_sequence.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_sequence.h b/TAO/TAO_IDL/be_include/be_sequence.h
index 6d7ec629437..6bfe518b2a7 100644
--- a/TAO/TAO_IDL/be_include/be_sequence.h
+++ b/TAO/TAO_IDL/be_include/be_sequence.h
@@ -89,6 +89,10 @@ public:
const char *instance_name (void);
// Report the instance name for instantiation.
+ int gen_base_class_name (TAO_OutStream *os);
+ // Common code for generating the name and parameters of our
+ // template sequence base class.
+
protected:
virtual char *gen_name (void);
// Helper to create_name.