From b0fa30872966eeffe4f86c398017ac51366898cd Mon Sep 17 00:00:00 2001 From: mk1 Date: Sun, 4 Jul 1999 18:32:46 +0000 Subject: Reply Handler Skeleton Generation --- TAO/TAO_IDL/be_include/be_codegen.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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, -- cgit v1.2.1