// $Id$ #include "Default_Protocols_Hooks.h" #include "PolicyC.h" #include "ace/Dynamic_Service.h" #include "tao/Connection_Handler.h" #if !defined (__ACE_INLINE__) # include "Default_Protocols_Hooks.i" #endif /* ! __ACE_INLINE__ */ ACE_RCSID (tao, Default_Protocols_Hooks, "$Id$") /// destructor TAO_Default_Protocols_Hooks::~TAO_Default_Protocols_Hooks (void) { } void TAO_Default_Protocols_Hooks::init_hooks (TAO_ORB_Core * ACE_ENV_ARG_DECL_NOT_USED) { } int TAO_Default_Protocols_Hooks::call_client_protocols_hook (int &, int &, int &, int &, const char *) { return 0; } int TAO_Default_Protocols_Hooks::call_server_protocols_hook (int &, int &, int &, int &, const char *) { return 0; } void TAO_Default_Protocols_Hooks::add_rt_service_context_hook (TAO_Service_Context &, CORBA::Policy *, CORBA::Short & ACE_ENV_ARG_DECL_NOT_USED) { } void TAO_Default_Protocols_Hooks::get_selector_hook (CORBA::Policy *, CORBA::Boolean &, CORBA::Short &) { } void TAO_Default_Protocols_Hooks::get_selector_bands_policy_hook (CORBA::Policy *, CORBA::Short, CORBA::Short &, CORBA::Short &, int &) { } int TAO_Default_Protocols_Hooks::get_thread_CORBA_priority (CORBA::Short & ACE_ENV_ARG_DECL_NOT_USED) { return 0; } int TAO_Default_Protocols_Hooks::get_thread_native_priority (CORBA::Short & ACE_ENV_ARG_DECL_NOT_USED) { return 0; } int TAO_Default_Protocols_Hooks::get_thread_CORBA_and_native_priority (CORBA::Short &, CORBA::Short & ACE_ENV_ARG_DECL_NOT_USED) { return 0; } int TAO_Default_Protocols_Hooks::set_thread_CORBA_priority (CORBA::Short ACE_ENV_ARG_DECL_NOT_USED) { return 0; } int TAO_Default_Protocols_Hooks::set_thread_native_priority (CORBA::Short ACE_ENV_ARG_DECL_NOT_USED) { return 0; } int TAO_Default_Protocols_Hooks::set_default_policies (ACE_ENV_SINGLE_ARG_DECL_NOT_USED) { return 0; } int TAO_Default_Protocols_Hooks::set_default_server_protocol_policy (TAO_Acceptor_Registry & ACE_ENV_ARG_DECL_NOT_USED) { return 0; } void TAO_Default_Protocols_Hooks::rt_service_context (TAO_Stub *, TAO_Service_Context &, CORBA::Boolean ACE_ENV_ARG_DECL_NOT_USED) { } int TAO_Default_Protocols_Hooks::update_client_protocol_properties (TAO_Stub *, TAO_Connection_Handler *, const char *) { return 0; } int TAO_Default_Protocols_Hooks::update_server_protocol_properties (CORBA::Policy *, TAO_Connection_Handler *, const char *) { return 0; } CORBA::Long TAO_Default_Protocols_Hooks::get_dscp_codepoint (void) { return 0; } // **************************************************************** ACE_STATIC_SVC_DEFINE (TAO_Default_Protocols_Hooks, ACE_TEXT ("Protocols_Hooks"), ACE_SVC_OBJ_T, &ACE_SVC_NAME (TAO_Default_Protocols_Hooks), ACE_Service_Type::DELETE_THIS | ACE_Service_Type::DELETE_OBJ, 0) ACE_FACTORY_DEFINE (TAO, TAO_Default_Protocols_Hooks)