Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / TAO_IDL / be_include / be_visitor_constant.h
blobcfc7a1d1f5783b777601e1797f58687be15acb9d
1 /* -*- C++ -*- */
3 //=============================================================================
4 /**
5 * @file be_visitor_constant.h
7 * Concrete visitor for the constant class
9 * @author Aniruddha Gokhale
11 //=============================================================================
14 #ifndef TAO_BE_VISITOR_CONSTANT_H
15 #define TAO_BE_VISITOR_CONSTANT_H
17 #include "be_visitor_decl.h"
18 #include "be_visitor_constant/constant_ch.h"
19 #include "be_visitor_constant/constant_cs.h"
21 #endif // TAO_BE_VISITOR_CONSTANT_H