summaryrefslogtreecommitdiff
path: root/CIAO/CIDLC/SizeTypeCalculator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/CIDLC/SizeTypeCalculator.hpp')
-rw-r--r--CIAO/CIDLC/SizeTypeCalculator.hpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/CIAO/CIDLC/SizeTypeCalculator.hpp b/CIAO/CIDLC/SizeTypeCalculator.hpp
new file mode 100644
index 00000000000..ea765e29cdc
--- /dev/null
+++ b/CIAO/CIDLC/SizeTypeCalculator.hpp
@@ -0,0 +1,21 @@
+// file : CIDLC/SizeTypeCalculator.hpp
+// author : Boris Kolpackov <boris@dre.vanderbilt.edu>
+// cvs-id : $Id$
+
+#ifndef CIDLC_SIZE_TYPE_CALCULATOR_HPP
+#define CIDLC_SIZE_TYPE_CALCULATOR_HPP
+
+
+//@@ Don't really need this. just forward declaration of
+// TranslationUnit would be enough.
+//
+#include "CCF/CIDL/SemanticGraph.hpp"
+
+class SizeTypeCalculator
+{
+public:
+ void
+ calculate (CCF::CIDL::SemanticGraph::TranslationUnit&);
+};
+
+#endif // CIDLC_SIZE_TYPE_CALCULATOR_HPP