summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_eventtype/eventtype_obv_ci.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_eventtype/eventtype_obv_ci.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_eventtype/eventtype_obv_ci.h46
1 files changed, 0 insertions, 46 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_eventtype/eventtype_obv_ci.h b/TAO/TAO_IDL/be_include/be_visitor_eventtype/eventtype_obv_ci.h
deleted file mode 100644
index 136ec808ff0..00000000000
--- a/TAO/TAO_IDL/be_include/be_visitor_eventtype/eventtype_obv_ci.h
+++ /dev/null
@@ -1,46 +0,0 @@
-//
-// $Id$
-//
-/* -*- c++ -*- */
-// ============================================================================
-//
-// = LIBRARY
-// TAO IDL
-//
-// = FILENAME
-// eventtype_obv_ci.h
-//
-// = DESCRIPTION
-// Concrete visitor for the Eventtype node.
-// This one provides code generation for valuetype OBV_ class
-// in the (client) inline.
-//
-// = AUTHOR
-// Jeff Parsons
-//
-// ============================================================================
-
-#ifndef _BE_EVENTTYPE_EVENTTYPE_OBV_CI_H_
-#define _BE_EVENTTYPE_EVENTTYPE_OBV_CI_H_
-
-class be_visitor_eventtype_obv_ci : public be_visitor_valuetype
-{
- //
- // = TITLE
- // be_visitor_eventtype_obv_ci
- //
- // = DESCRIPTION
- // This is a concrete visitor to generate the inline for valuetype
- // OBV_ class
- //
-public:
- be_visitor_eventtype_obv_ci (be_visitor_context *ctx);
- // constructor
-
- ~be_visitor_eventtype_obv_ci (void);
- // destructor
-
- virtual int visit_eventtype (be_eventtype *node);
-};
-
-#endif /* _BE_EVENTTYPE_EVENTTYPE_OBV_CI_H_ */