summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_module.h
blob: e118aa98a0ab86dc8837304d831d0ea2e79978a5 (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
/* -*- c++ -*- */
//
// $Id$
//

// ============================================================================
//
// = LIBRARY
//    TAO IDL
//
// = FILENAME
//    be_visitor_module.h
//
// = DESCRIPTION
//    Concrete visitor for the Module class
//
// = AUTHOR
//    Aniruddha Gokhale
//
// ============================================================================

#if !defined (TAO_BE_VISITOR_MODULE_H)
#define TAO_BE_VISITOR_MODULE_H

#include "be_visitor.h"
#include "be_visitor_scope.h"

#include "be_visitor_module/module.h"
// we need derived module visitors for the client and server header files. For
// the others, they use the default module visitor
#include "be_visitor_module/module_ch.h"
#include "be_visitor_module/module_sh.h"
#include "be_visitor_module/any_op.h"
#include "be_visitor_module/cdr_op.h"

#endif // TAO_BE_VISITOR_MODULE_H