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

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

#ifndef TAO_BE_VISITOR_MODULE_H
#define TAO_BE_VISITOR_MODULE_H

#include "be_visitor_scope.h"
#include "be_visitor_module/module.h"
#include "be_visitor_module/module_ch.h"
#include "be_visitor_module/module_sh.h"
#include "be_visitor_module/module_ih.h"
#include "be_visitor_module/any_op.h"
#include "be_visitor_module/cdr_op.h"
#include "be_visitor_module/serializer_op.h"

#endif // TAO_BE_VISITOR_MODULE_H