summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_native.h
blob: 269e8d2468439b2d053828ea3c023faa48e1c94f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* -*- c++ -*- */

//=============================================================================
/**
 *  @file    be_visitor_native.h
 *
 *  $Id$
 *
 *  Concrete visitor for the native class
 *
 *
 *  @author Johnny Willemsen
 */
//=============================================================================


#ifndef TAO_BE_VISITOR_NATIVE_H
#define TAO_BE_VISITOR_NATIVE_H

#include "be_visitor_scope.h"
#include "be_visitor_native/native_ch.h"

#endif /* TAO_BE_VISITOR_NATIVE_H */