summaryrefslogtreecommitdiff
path: root/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Factory.cpp')
-rw-r--r--CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Factory.cpp38
1 files changed, 0 insertions, 38 deletions
diff --git a/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Factory.cpp b/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Factory.cpp
deleted file mode 100644
index 233d931b97e..00000000000
--- a/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Factory.cpp
+++ /dev/null
@@ -1,38 +0,0 @@
-// file : CCF/IDL3/SemanticAction/Impl/Factory.cpp
-// author : Boris Kolpackov <boris@dre.vanderbilt.edu>
-// cvs-id : $Id$
-
-#include "CCF/IDL3/SemanticAction/Impl/Factory.hpp"
-
-namespace CCF
-{
- namespace IDL3
- {
- namespace SemanticAction
- {
- namespace Impl
- {
- Factory::
- Factory (CompilerElements::Context& context,
- Diagnostic::Stream& dout,
- SemanticGraph::TranslationUnit& tu)
- : IDL2::SemanticAction::Impl::Factory (context, dout, tu),
-
- component_ (ctx_),
- consumes_ (ctx_),
- emits_ (ctx_),
- event_type_ (ctx_),
- event_type_factory_ (ctx_),
- home_ (ctx_),
- home_factory_ (ctx_),
- home_finder_ (ctx_),
- include_ (ctx_, dout, *this),
- provides_ (ctx_),
- publishes_ (ctx_),
- uses_ (ctx_)
- {
- }
- }
- }
- }
-}