From d390c2dd3ece730c4aa679260914f77c138fed6a Mon Sep 17 00:00:00 2001 From: gokhale Date: Thu, 18 Jun 1998 13:03:02 +0000 Subject: *** empty log message *** --- TAO/TAO_IDL/be_include/be_visitor_union/union_ch.h | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 TAO/TAO_IDL/be_include/be_visitor_union/union_ch.h (limited to 'TAO/TAO_IDL/be_include/be_visitor_union/union_ch.h') diff --git a/TAO/TAO_IDL/be_include/be_visitor_union/union_ch.h b/TAO/TAO_IDL/be_include/be_visitor_union/union_ch.h new file mode 100644 index 00000000000..5d2f389fb5e --- /dev/null +++ b/TAO/TAO_IDL/be_include/be_visitor_union/union_ch.h @@ -0,0 +1,48 @@ +/* -*- c++ -*- */ +// +// $Id$ +// + +// ============================================================================ +// +// = LIBRARY +// TAO IDL +// +// = FILENAME +// union_ch.h +// +// = DESCRIPTION +// Visitor for the Union class. +// This one generates code in the client header. +// +// = AUTHOR +// Aniruddha Gokhale +// +// ============================================================================ + +#if !defined (_BE_VISITOR_UNION_UNION_CH_H_) +#define _BE_VISITOR_UNION_UNION_CH_H_ + +class be_visitor_union_ch : public be_visitor_union +{ + // + // = TITLE + // be_visitor_union_ch + // + // = DESCRIPTION + // This is a concrete visitor to generate the client header for union + // + // +public: + be_visitor_union_ch (be_visitor_context *ctx); + // constructor + + ~be_visitor_union_ch (void); + // destructor + + virtual int visit_union (be_union *node); + // visit union. We provide code for this method in the derived class + +}; + +#endif /* _BE_VISITOR_UNION_UNION_CH_H_ */ -- cgit v1.2.1