#include <Upcall_Wrapper.h>
Public Member Functions | |
void | upcall (TAO_ServerRequest &server_request, TAO::Argument *const args[], size_t nargs, TAO::Upcall_Command &command, void *servant_upcall, CORBA::TypeCode_ptr const *exceptions, size_t nexceptionsACE_ENV_ARG_DECL) |
Perform the upcall. | |
Private Member Functions | |
void | pre_upcall (TAO_InputCDR &cdr, TAO::Argument *const *args, size_t nargs ACE_ENV_ARG_DECL) |
Perform pre-upcall operations. | |
void | post_upcall (TAO_OutputCDR &cdr, TAO::Argument *const *args, size_t nargs ACE_ENV_ARG_DECL) |
Perform post-upcall operations. |
|
Perform post-upcall operations.
Perform post-upcall operations, including operation |
|
Perform pre-upcall operations.
Perform pre-upcall operations, including operation |
|
Perform the upcall.
|