diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-06-27 09:21:28 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-06-27 09:21:28 +0000 |
commit | 78099acaa00a6736a69a932270a809fc86797f7c (patch) | |
tree | 7e26d2b1409e28435be6a58ad2f0c978cf608ac1 /TAO/TAO_IDL/be_include/be_union.h | |
parent | 0daf5eb789c7b5abfc2ab2dfd1e7674d476f4e0e (diff) | |
download | ATCD-78099acaa00a6736a69a932270a809fc86797f7c.tar.gz |
ChangeLogTag: Wed Jun 27 09:10:21 UTC 2007 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_union.h')
-rw-r--r-- | TAO/TAO_IDL/be_include/be_union.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be_include/be_union.h b/TAO/TAO_IDL/be_include/be_union.h index 7ebe974875a..9c8b6903751 100644 --- a/TAO/TAO_IDL/be_include/be_union.h +++ b/TAO/TAO_IDL/be_include/be_union.h @@ -35,13 +35,11 @@ class be_union : public virtual AST_Union, { public: be_union (void); - // Default constructor. be_union (AST_ConcreteType *dt, UTL_ScopedName *n, bool local, bool abstract); - // Constructor. virtual void redefine (AST_Structure *from); // Catch BE-specific member values before delegating to the base class. @@ -49,6 +47,9 @@ public: virtual bool has_duplicate_case_labels (void); // Do we have at least one member with multiple case labels? + virtual void gen_ostream_operator (TAO_OutStream *os); + // Overridden from class be_type. + virtual void destroy (void); // Cleanup function. |