summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_component.h
blob: c243c7dc12c2f0865db6f3aad6fef82b513f1319 (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
42
43
/* -*- c++ -*- */

//=============================================================================
/**
 *  @file    be_visitor_component.h
 *
 *  Concrete visitors for the Component class
 *
 *  @author Jeff Parsons
 */
//=============================================================================

#ifndef TAO_BE_VISITOR_COMPONENT_H
#define TAO_BE_VISITOR_COMPONENT_H

#include "be_visitor_interface.h"
#include "be_visitor_component_scope.h"

#include "be_visitor_component/component.h"
#include "be_visitor_component/component_svh.h"
#include "be_visitor_component/component_svth.h"
#include "be_visitor_component/context_svth.h"
#include "be_visitor_component/servant_svh.h"
#include "be_visitor_component/component_svs.h"
#include "be_visitor_component/component_svts.h"
#include "be_visitor_component/context_svts.h"
#include "be_visitor_component/servant_svs.h"
#include "be_visitor_component/component_ex_idl.h"
#include "be_visitor_component/executor_ex_idl.h"
#include "be_visitor_component/context_ex_idl.h"
#include "be_visitor_component/component_exh.h"
#include "be_visitor_component/facet_exh.h"
#include "be_visitor_component/executor_private_exh.h"
#include "be_visitor_component/executor_exh.h"
#include "be_visitor_component/component_exs.h"
#include "be_visitor_component/facet_exs.h"
#include "be_visitor_component/executor_exs.h"
#include "be_visitor_component/executor_exs_attr_init.h"
#include "be_visitor_component/component_ami_rh_ex_base.h"
#include "be_visitor_component/component_ami_rh_exh.h"
#include "be_visitor_component/component_ami_rh_exs.h"

#endif /* TAO_BE_VISITOR_COMPONENT_H */