summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/IDL2/SyntaxTree.hpp
blob: c52182a747ef196ccb56e9cae6ed191019251bcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// file      : CCF/IDL2/SyntaxTree.hpp
// author    : Boris Kolpackov <boris@dre.vanderbilt.edu>
// cvs-id    : $Id$

#ifndef CCF_IDL2_SYNTAX_TREE_HPP
#define CCF_IDL2_SYNTAX_TREE_HPP

#include "CCF/IDL2/SyntaxTree/Elements.hpp"
#include "CCF/IDL2/SyntaxTree/BuiltIn.hpp"
#include "CCF/IDL2/SyntaxTree/Interface.hpp"
#include "CCF/IDL2/SyntaxTree/Module.hpp"
#include "CCF/IDL2/SyntaxTree/Operation.hpp"
#include "CCF/IDL2/SyntaxTree/Translation.hpp"
#include "CCF/IDL2/SyntaxTree/TypeId.hpp"
#include "CCF/IDL2/SyntaxTree/ValueType.hpp"

#endif  // CCF_IDL2_SYNTAX_TREE_HPP