summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/CIDL/CIDL_SyntaxTreeFwd.hpp
blob: 80229bb57222769a26a465e7b45b4cb05ffc6542 (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
28
29
// $Id$
#ifndef CCF_CIDL_SYNTAX_TREE_FWD_HPP
#define CCF_CIDL_SYNTAX_TREE_FWD_HPP

#include "MSVC_Pragmas.hpp"

#include "CCF/IDL3/IDL3_SyntaxTreeFwd.hpp"

namespace CIDL
{
  namespace SyntaxTree
  {

    // Import all nodes of IDL3
    using namespace IDL3::SyntaxTree;

    class Composition;
    typedef
    StrictPtr<Composition>
    CompositionPtr;

    class HomeExecutor;
    typedef
    StrictPtr<HomeExecutor>
    HomeExecutorPtr;
  }
}

#endif // CCF_CIDL_SYNTAX_TREE_FWD_HPP