summaryrefslogtreecommitdiff
path: root/CIAO/CIDLC/RepositoryIdGenerator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/CIDLC/RepositoryIdGenerator.hpp')
-rw-r--r--CIAO/CIDLC/RepositoryIdGenerator.hpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/CIAO/CIDLC/RepositoryIdGenerator.hpp b/CIAO/CIDLC/RepositoryIdGenerator.hpp
deleted file mode 100644
index 36dc13e064e..00000000000
--- a/CIAO/CIDLC/RepositoryIdGenerator.hpp
+++ /dev/null
@@ -1,21 +0,0 @@
-// 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