summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CIDLC/RepositoryIdGenerator.hpp
blob: 0f15807a3b725d4ab9bcdd1b8839db624c55609a (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::SyntaxTree::TranslationUnitPtr const&);
};

#endif  // CIDLC_REPOSITORY_ID_GENERATOR_HPP