summaryrefslogtreecommitdiff
path: root/CIAO/CIDLC/DescriptorGenerator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/CIDLC/DescriptorGenerator.hpp')
-rw-r--r--CIAO/CIDLC/DescriptorGenerator.hpp35
1 files changed, 0 insertions, 35 deletions
diff --git a/CIAO/CIDLC/DescriptorGenerator.hpp b/CIAO/CIDLC/DescriptorGenerator.hpp
deleted file mode 100644
index e481c38e7d9..00000000000
--- a/CIAO/CIDLC/DescriptorGenerator.hpp
+++ /dev/null
@@ -1,35 +0,0 @@
-// file : CIDLC/DescriptorGenerator.hpp
-// author : Jeff Parsons <j.parsons@vanderbilt.edu>
-// cvs-id : $Id$
-
-#ifndef DESCRIPTOR_GENERATOR_HPP
-#define DESCRIPTOR_GENERATOR_HPP
-
-#include "CCF/CodeGenerationKit/CommandLine.hpp"
-#include "CCF/CodeGenerationKit/CommandLineDescriptor.hpp"
-
-#include "CCF/CIDL/SemanticGraph.hpp"
-
-class DescriptorGenerator
-{
-public:
- static void
- options (CL::Description& d);
-
- void
- generate (CommandLine const&,
- CCF::CIDL::SemanticGraph::TranslationUnit&);
-
-private:
- fs::ofstream ofs_;
-};
-
-
-#endif // DESCRIPTOR_GENERATOR_HPP
-
-/*
- * Local Variables:
- * mode: C++
- * c-basic-offset: 2
- * End:
- */