summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_interface/amh_rh_ss.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_interface/amh_rh_ss.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_interface/amh_rh_ss.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_interface/amh_rh_ss.h b/TAO/TAO_IDL/be_include/be_visitor_interface/amh_rh_ss.h
new file mode 100644
index 00000000000..54013f43791
--- /dev/null
+++ b/TAO/TAO_IDL/be_include/be_visitor_interface/amh_rh_ss.h
@@ -0,0 +1,30 @@
+//=============================================================================
+/**
+ * @file amh_rh_ss.h
+ *
+ * $Id$
+ *
+ * Specialized visitor for AMH-ResponseHandler that generates code for the
+ * RH in the skeleton source file
+ *
+ * @author Mayur Deshpande <mayur@ics.uci.edu>
+ */
+//=============================================================================
+
+#ifndef AMH_RH_INTERFACE_SS_H
+#define AMH_RH_INTERFACE_SS_H
+
+
+class be_visitor_amh_rh_interface_ss : public be_visitor_interface_ss
+{
+public:
+ be_visitor_amh_rh_interface_ss (be_visitor_context *ctx);
+
+ int visit_interface (be_interface *node);
+
+ int visit_operation (be_operation *node);
+
+ ~be_visitor_amh_rh_interface_ss (void);
+};
+
+#endif /* AMH_RH_INTERFACE_SS_H */