#include <Network_Priority_Protocols_Hooks.h>
Inheritance diagram for TAO_Network_Priority_Protocols_Hooks:
Public Member Functions | |
virtual | ~TAO_Network_Priority_Protocols_Hooks (void) |
destructor | |
virtual void | init_hooks (TAO_ORB_Core *orb_core)=0 |
virtual CORBA::Long | get_dscp_codepoint (TAO_Stub *stub, CORBA::Object *object)=0 |
virtual CORBA::Long | get_dscp_codepoint (TAO_Service_Context &req)=0 |
virtual void | np_service_context (TAO_Stub *stub, TAO_Service_Context &service_context, CORBA::Boolean restart)=0 |
virtual void | add_rep_np_service_context_hook (TAO_Service_Context &service_context, CORBA::Long &dscp_codepoint)=0 |
|
destructor
Definition at line 12 of file Network_Priority_Protocols_Hooks.cpp.
00013 { 00014 } |
|
|
|
|
|
Referenced by TAO::Remote_Invocation::send_message(). |
|
Referenced by TAO_ORB_Core::init(). |
|
Referenced by TAO_ORB_Core::service_context_list(). |