summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_valuetype/obv_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_valuetype/obv_module.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_valuetype/obv_module.h50
1 files changed, 0 insertions, 50 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_valuetype/obv_module.h b/TAO/TAO_IDL/be_include/be_visitor_valuetype/obv_module.h
deleted file mode 100644
index 84e82d06cca..00000000000
--- a/TAO/TAO_IDL/be_include/be_visitor_valuetype/obv_module.h
+++ /dev/null
@@ -1,50 +0,0 @@
-/* -*- c++ -*- */
-//
-// $Id$
-//
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO IDL
-//
-// = FILENAME
-// module_obv.h
-//
-// = DESCRIPTION
-// Concrete visitor for the Module class
-// This provides code generation for the module in the header
-// for the OBV_ namespace
-//
-// = AUTHOR
-// Torsten Kuepper <kuepper2@lfa.uni-wuppertal.de>
-//
-// ============================================================================
-
-#ifndef _BE_VISITOR_VALUETYPE_OBV_MODULE_H_
-#define _BE_VISITOR_VALUETYPE_OBV_MODULE_H_
-
-class be_visitor_obv_module : public be_visitor_scope
-{
- //
- // = TITLE
- // be_visitor_obv_module
- //
- // = DESCRIPTION
- // This is a concrete visitor to generate the header for module
- // OBV_ namespace
- //
-public:
- be_visitor_obv_module (be_visitor_context *ctx);
- // constructor
-
- ~be_visitor_obv_module (void);
- // destructor
-
- virtual int visit_module (be_module *node);
-
- virtual int visit_valuetype (be_valuetype *node);
-
-};
-
-#endif /* _BE_VISITOR_VALUETYPE_OBV_MODULE_H_ */