summaryrefslogtreecommitdiff
path: root/CIAO/CIDLC/EmitterBase.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/CIDLC/EmitterBase.hpp')
-rw-r--r--CIAO/CIDLC/EmitterBase.hpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/CIAO/CIDLC/EmitterBase.hpp b/CIAO/CIDLC/EmitterBase.hpp
deleted file mode 100644
index 407eee8d0e0..00000000000
--- a/CIAO/CIDLC/EmitterBase.hpp
+++ /dev/null
@@ -1,20 +0,0 @@
-// file : CIDLC/EmitterBase.hpp
-// author : Jeff Parsons <j.parsons@vanderbilt.edu>
-// cvs-id : $Id$
-
-#ifndef EMITTERBASE_HPP
-#define EMITTERBASE_HPP
-
-#include "EmitterContext.hpp"
-
-class EmitterBase
-{
-public:
- EmitterBase (Context&);
-
-protected:
- Context& ctx;
- ostream& os;
-};
-
-#endif // EMITTERBASE_HPP