/* -*- C++ -*- */ // // $Id$ // // ============================================================================ // // = LIBRARY // TAO IDL // // = FILENAME // be_visitor_constant.h // // = DESCRIPTION // Concrete visitor for the constant class // // = AUTHOR // Aniruddha Gokhale // // ============================================================================ #if !defined (TAO_BE_VISITOR_CONSTANT_H) #define TAO_BE_VISITOR_CONSTANT_H #include "be_visitor.h" #include "be_visitor_scope.h" #include "be_visitor_constant/constant_ch.h" #include "be_visitor_constant/constant_cs.h" #endif // TAO_BE_VISITOR_CONSTANT_H