Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / TAO_IDL / be / be_visitor_valuebox / valuebox.cpp
blobe710cc01783d87b4976340f13776b91265f1973c
2 //=============================================================================
3 /**
4 * @file valuebox.cpp
6 * Visitor for generation of code for valuebox
8 * @author Gary Maxey
9 */
10 //=============================================================================
12 #include "valuebox.h"
14 be_visitor_valuebox::be_visitor_valuebox (be_visitor_context *ctx)
15 : be_visitor_decl (ctx)
19 be_visitor_valuebox::~be_visitor_valuebox (void)
23 // This method must be overridden by the derived valuebox visitors.
24 int
25 be_visitor_valuebox::visit_valuebox (be_valuebox *)
27 return -1;