Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / TAO_IDL / be / be_visitor_valuebox / valuebox.h
blob56f4c0fe46915f0112649e8867892238cc558233
2 /* -*- c++ -*- */
3 //=============================================================================
4 /**
5 * @file valuebox.h
7 * Concrete visitor for the Valuebox class
9 * @author Gary Maxey
11 //=============================================================================
13 #include "ace/Log_Msg.h"
15 #include "utl_identifier.h"
17 #include "be_array.h"
18 #include "be_enum.h"
19 #include "be_extern.h"
20 #include "be_field.h"
21 #include "be_helper.h"
22 #include "be_interface.h"
23 #include "be_interface_fwd.h"
24 #include "be_module.h"
25 #include "be_predefined_type.h"
26 #include "be_sequence.h"
27 #include "be_string.h"
28 #include "be_structure.h"
29 #include "be_typedef.h"
30 #include "be_union.h"
31 #include "be_union_branch.h"
32 #include "be_util.h"
33 #include "be_valuebox.h"
35 #include "be_visitor_context.h"
36 #include "be_visitor_sequence.h"
37 #include "be_visitor_typecode.h"
38 #include "be_visitor_union.h"
39 #include "be_visitor_valuebox.h"