summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_interface/amh_si.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_interface/amh_si.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_interface/amh_si.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_interface/amh_si.h b/TAO/TAO_IDL/be_include/be_visitor_interface/amh_si.h
deleted file mode 100644
index 77eb09dc377..00000000000
--- a/TAO/TAO_IDL/be_include/be_visitor_interface/amh_si.h
+++ /dev/null
@@ -1,31 +0,0 @@
-//=============================================================================
-/**
- * @file amh_si.h
- *
- * $Id$
- *
- * Specialized interface visitor for AMH
- *
- * @author Jeff Parsons <j.parsons@vanderbilt.edu>
- */
-//=============================================================================
-
-#ifndef AMH_SH_I_
-#define AMH_SH_I_
-
-class be_visitor_amh_interface_si : public be_visitor_interface_si
-{
-public:
- be_visitor_amh_interface_si (be_visitor_context *ctx);
- ~be_visitor_amh_interface_si (void);
-
- int visit_interface (be_interface *node);
-
- // Helper method passed to the template method to generate code for the
- // AMH skeletons in the inline files.
- static int gen_skel_helper (be_interface *,
- be_interface *,
- TAO_OutStream *);
-};
-
-#endif /* AMH_SH_I_ */