summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_eventtype.h
blob: 4a8388dc5d7d2c4b9ee81e64ff3bc61135b7556d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/* -*- c++ -*- */
//
// $Id$
//

// ============================================================================
//
// = LIBRARY
//    TAO IDL
//
// = FILENAME
//    be_visitor_eventtype.h
//
// = DESCRIPTION
//    Concrete visitor for the EventType class
//
// = AUTHOR
//    Jeff Parsons
//
// ============================================================================

#ifndef TAO_BE_VISITOR_EVENTTYPE_H
#define TAO_BE_VISITOR_EVENTTYPE_H

#include "be_visitor_valuetype.h"

#include "be_visitor_eventtype/eventtype_ch.h"
#include "be_visitor_eventtype/eventtype_ci.h"
#include "be_visitor_eventtype/eventtype_cs.h"
#include "be_visitor_eventtype/eventtype_sh.h"
#include "be_visitor_eventtype/eventtype_si.h"
#include "be_visitor_eventtype/eventtype_ss.h"
#include "be_visitor_eventtype/eventtype_obv_ch.h"
#include "be_visitor_eventtype/eventtype_obv_ci.h"
#include "be_visitor_eventtype/eventtype_obv_cs.h"
#include "be_visitor_eventtype/any_op_ch.h"
#include "be_visitor_eventtype/any_op_cs.h"
#include "be_visitor_eventtype/cdr_op_ch.h"
#include "be_visitor_eventtype/cdr_op_cs.h"

#endif