summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_operation/amh_rh_sh.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_operation/amh_rh_sh.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_operation/amh_rh_sh.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_operation/amh_rh_sh.h b/TAO/TAO_IDL/be_include/be_visitor_operation/amh_rh_sh.h
new file mode 100644
index 00000000000..09c44875df7
--- /dev/null
+++ b/TAO/TAO_IDL/be_include/be_visitor_operation/amh_rh_sh.h
@@ -0,0 +1,36 @@
+//=============================================================================
+/**
+* @file amh_rh_sh.h
+*
+* $Id$
+*
+* Creates operation code for AMH-RH operations.
+*
+* @author Mayur Deshpande <mayur@ics.uci.edu>
+*/
+//=============================================================================
+
+#ifndef AMH_RH_OPERATION_SH_H
+#define AMH_RH_OPERATION_SH_H
+
+/**
+* @class be_visitor_operation_amh_rh_sh
+*
+* @brief This is a concrete visitor to generate the server header for
+* AMH operations
+*/
+
+#include "be_visitor_operation.h"
+
+class be_visitor_amh_rh_operation_sh : public be_visitor_operation
+{
+ public:
+ be_visitor_amh_rh_operation_sh (be_visitor_context *ctx);
+
+ ~be_visitor_amh_rh_operation_sh (void);
+
+ int visit_operation (be_operation *node);
+
+};
+
+#endif /* AMH_RH_OPERATION_SH_H */