summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CIDLC/ExecutorMappingGenerator.hpp
blob: 61ad1749a291596ec7a34428e50452e380230af1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// $Id$
#ifndef EXECUTOR_MAPPING_GENERATOR_HPP
#define EXECUTOR_MAPPING_GENERATOR_HPP

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

#include "CCF/CIDL/CIDL_SyntaxTreeFwd.hpp"

class ExecutorMappingGenerator
{
public:

  void
  options (CL::Description& d);

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

#endif // EXECUTOR_MAPPING_GENERATOR_HPP