summaryrefslogtreecommitdiff
path: root/CIAO/CCF/CCF/IDL3/SemanticAction/Component.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/CCF/CCF/IDL3/SemanticAction/Component.hpp')
-rw-r--r--CIAO/CCF/CCF/IDL3/SemanticAction/Component.hpp43
1 files changed, 0 insertions, 43 deletions
diff --git a/CIAO/CCF/CCF/IDL3/SemanticAction/Component.hpp b/CIAO/CCF/CCF/IDL3/SemanticAction/Component.hpp
deleted file mode 100644
index 9a8eeb645c8..00000000000
--- a/CIAO/CCF/CCF/IDL3/SemanticAction/Component.hpp
+++ /dev/null
@@ -1,43 +0,0 @@
-// file : CCF/IDL3/SemanticAction/Component.hpp
-// author : Boris Kolpackov <boris@dre.vanderbilt.edu>
-// cvs-id : $Id$
-
-#ifndef CCF_IDL3_SEMANTIC_ACTION_COMPONENT_HPP
-#define CCF_IDL3_SEMANTIC_ACTION_COMPONENT_HPP
-
-#include "CCF/IDL3/SemanticAction/Elements.hpp"
-
-namespace CCF
-{
- namespace IDL3
- {
- namespace SemanticAction
- {
- struct Component : Scope
- {
- virtual void
- begin_def (SimpleIdentifierPtr const& id) = 0;
-
- virtual void
- begin_fwd (SimpleIdentifierPtr const& id) = 0;
-
- virtual void
- inherits (IdentifierPtr const& id) = 0;
-
- virtual void
- supports (IdentifierPtr const& id) = 0;
-
- virtual void
- open_scope () = 0;
-
- virtual void
- close_scope () = 0;
-
- virtual void
- end () = 0;
- };
- }
- }
-}
-
-#endif // CCF_IDL3_SEMANTIC_ACTION_COMPONENT_HPP