summaryrefslogtreecommitdiff
path: root/modules/CIAO/CCF/Test/IDL2/SemanticGraph/HandBuilt/Builder.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/CCF/Test/IDL2/SemanticGraph/HandBuilt/Builder.hpp')
-rw-r--r--modules/CIAO/CCF/Test/IDL2/SemanticGraph/HandBuilt/Builder.hpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/CIAO/CCF/Test/IDL2/SemanticGraph/HandBuilt/Builder.hpp b/modules/CIAO/CCF/Test/IDL2/SemanticGraph/HandBuilt/Builder.hpp
new file mode 100644
index 00000000000..794c56547d2
--- /dev/null
+++ b/modules/CIAO/CCF/Test/IDL2/SemanticGraph/HandBuilt/Builder.hpp
@@ -0,0 +1,17 @@
+// file : Test/IDL2/SemanticGraph/HandBuilt/Builder.hpp
+// author : Boris Kolpackov <boris@dre.vanderbilt.edu>
+// cvs-id : $Id$
+
+#ifndef TEST_IDL2_SEMANTIC_GRAPH_BUILDER_HPP
+#define TEST_IDL2_SEMANTIC_GRAPH_BUILDER_HPP
+
+#include "CCF/IDL2/SemanticGraph.hpp"
+
+class Builder
+{
+public:
+ CCF::IDL2::SemanticGraph::TranslationUnit*
+ build ();
+};
+
+#endif // TEST_IDL2_SEMANTIC_GRAPH_BUILDER_HPP