summaryrefslogtreecommitdiff
path: root/trunk/CIAO/CIDLC/SizeTypeCalculator.hpp
blob: ea765e29cdc2a45428b1a387f8c74a3eca51cf39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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