summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CIDLC/ExecutorMappingGenerator.hpp
blob: 768f0fcbd580d4e3e10ce2862a4b48c00aa12d9e (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
// file      : CIDLC/ExecutorMappingGenerator.hpp
// author    : Boris Kolpackov <boris@dre.vanderbilt.edu>
// cvs-id    : $Id$

#ifndef EXECUTOR_MAPPING_GENERATOR_HPP
#define EXECUTOR_MAPPING_GENERATOR_HPP

#include "CCF/CodeGenerationKit/CommandLine.hpp"
#include "CCF/CodeGenerationKit/CommandLineDescriptor.hpp"

//@@ Don't really nee this. just forward declaration of TranslationUnit would
//   be enough.
#include "CCF/CIDL/SyntaxTree.hpp"

class ExecutorMappingGenerator
{
public:

  void
  options (CL::Description& d);

  void
  generate (CommandLine const& cl,
            CCF::CIDL::SyntaxTree::TranslationUnitPtr const&);
};

#endif // EXECUTOR_MAPPING_GENERATOR_HPP