summaryrefslogtreecommitdiff
path: root/modules/CIAO/CIDLC/RepositoryIdGenerator.hpp
blob: 36dc13e064e430de0a7bcf6afb4a773332bd1cc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// file      : CIDLC/RepositoryIdGenerator.hpp
// author    : Boris Kolpackov <boris@dre.vanderbilt.edu>
// cvs-id    : $Id$

#ifndef CIDLC_REPOSITORY_ID_GENERATOR_HPP
#define CIDLC_REPOSITORY_ID_GENERATOR_HPP


//@@ Don't really need this. just forward declaration of
//   TranslationUnit would be enough.
//
#include "CCF/CIDL/SemanticGraph.hpp"

class RepositoryIdGenerator
{
public:
  bool
  generate (CCF::CIDL::SemanticGraph::TranslationUnit& u);
};

#endif  // CIDLC_REPOSITORY_ID_GENERATOR_HPP