summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_component.h
blob: 67e63e73cda3ba5ab9c943405267f90575be868e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* -*- c++ -*- */
//
// $Id$
//

// ============================================================================
//
// = LIBRARY
//    TAO IDL
//
// = FILENAME
//    be_visitor_component.h
//
// = DESCRIPTION
//    Concrete visitor for the Component class
//
// = AUTHOR
//    Jeff Parsons
//
// ============================================================================

#ifndef TAO_BE_VISITOR_COMPONENT_H
#define TAO_BE_VISITOR_COMPONENT_H

#include "be_visitor_scope.h"

#endif