summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-04 18:32:46 +0000
committermk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-04 18:32:46 +0000
commitb0fa30872966eeffe4f86c398017ac51366898cd (patch)
treebfffdf831949d3940d30c5391d4880c157913280
parentf69b921c536791a965bfafddffcec6ed708073eb (diff)
downloadATCD-b0fa30872966eeffe4f86c398017ac51366898cd.tar.gz
Reply Handler Skeleton Generation
-rw-r--r--TAO/TAO_IDL/be_include/be_codegen.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_codegen.h b/TAO/TAO_IDL/be_include/be_codegen.h
index d8e3f23a0eb..ee2a717b0da 100644
--- a/TAO/TAO_IDL/be_include/be_codegen.h
+++ b/TAO/TAO_IDL/be_include/be_codegen.h
@@ -317,6 +317,22 @@ public:
TAO_AMI_OPERATION_ARG_INVOKE_CS, // Invoke arguments for AMI's sendc method.
TAO_AMI_ARGUMENT_INVOKE_CS,
+
+ TAO_AMI_HANDLER_SKELETON_CS,
+
+ TAO_AMI_HANDLER_OPERATION_RETVAL_DECL_CS, // Result argument declaration.
+
+ TAO_AMI_HANDLER_OPERATION_ARG_DECL_CS, // Argument declartion.
+
+ TAO_AMI_HANDLER_ARGUMENT_VARDECL_CS, // State derived out of the above
+
+ TAO_AMI_HANDLER_OPERATION_ARG_UPCALL_CS, // Argument list for the upcall
+ // (only out and inout arguments)
+ TAO_AMI_HANDLER_ARGUMENT_UPCALL_CS, // State derived out of the above
+
+ TAO_AMI_HANDLER_OPERATION_RETVAL_DEMARSHAL_CS, // Demarshalling the return value
+
+ TAO_AMI_HANDLER_OPERATION_ARG_DEMARSHAL_CS, // Demarshalling the inout and out arguments
TAO_AMI_HANDLER_SKELETON_CS,