summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CIDLC/ExecutorMappingGenerator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CIDLC/ExecutorMappingGenerator.hpp')
-rw-r--r--TAO/CIAO/CIDLC/ExecutorMappingGenerator.hpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/TAO/CIAO/CIDLC/ExecutorMappingGenerator.hpp b/TAO/CIAO/CIDLC/ExecutorMappingGenerator.hpp
deleted file mode 100644
index 61ad1749a29..00000000000
--- a/TAO/CIAO/CIDLC/ExecutorMappingGenerator.hpp
+++ /dev/null
@@ -1,22 +0,0 @@
-// $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