#include <Dynamic_Adapter.h>
Inheritance diagram for TAO_Dynamic_Adapter:
Public Member Functions | |
virtual | ~TAO_Dynamic_Adapter (void) |
virtual void | create_request (CORBA::Object_ptr obj, CORBA::ORB_ptr orb, const char *operation, CORBA::NVList_ptr arg_list, CORBA::NamedValue_ptr result, CORBA::ExceptionList_ptr exceptions, CORBA::Request_ptr &request, CORBA::Flags req_flags ACE_ENV_ARG_DECL)=0 |
virtual CORBA::Request_ptr | request (CORBA::Object_ptr obj, CORBA::ORB_ptr orb, const char *op ACE_ENV_ARG_DECL)=0 |
virtual CORBA::Boolean | context_is_nil (CORBA::Context_ptr ctx)=0 |
virtual CORBA::Boolean | request_is_nil (CORBA::Request_ptr req)=0 |
virtual CORBA::Boolean | server_request_is_nil (CORBA::ServerRequest_ptr req)=0 |
virtual void | context_release (CORBA::Context_ptr ctx)=0 |
virtual void | request_release (CORBA::Request_ptr req)=0 |
virtual void | server_request_release (CORBA::ServerRequest_ptr req)=0 |
virtual void | create_exception_list (CORBA::ExceptionList_ptr &ACE_ENV_ARG_DECL)=0 |
Class that adapts various functions in the CORBA namespace related to DII/DSI, which is no longer found in the TAO library. This is a base for the actual implementation in the DynamicInterface library.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|