Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / TAO_IDL / be_include / be_visitor_enum.h
blob398efe4e79ec2b41ce6422b2f624b039e8fa6055
1 /* -*- c++ -*- */
3 //=============================================================================
4 /**
5 * @file be_visitor_enum.h
7 * Concrete visitor for the enum class
9 * @author Aniruddha Gokhale
11 //=============================================================================
14 #ifndef TAO_BE_VISITOR_ENUM_H
15 #define TAO_BE_VISITOR_ENUM_H
17 #include "be_visitor_scope.h"
18 #include "be_visitor_enum/enum_ch.h"
19 #include "be_visitor_enum/enum_cs.h"
20 #include "be_visitor_enum/any_op_ch.h"
21 #include "be_visitor_enum/any_op_cs.h"
22 #include "be_visitor_enum/cdr_op_ch.h"
23 #include "be_visitor_enum/cdr_op_cs.h"
25 #endif /* TAO_BE_VISITOR_ENUM_H */