summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/IDL2/SyntaxTree.hpp
blob: 9d0fddd3dc312577c7340f7a45458564316fd5f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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/ValueType.hpp"

#endif  // CCF_IDL2_SYNTAX_TREE_HPP