From 2cdf9f554c0799577f86bc09dff2397de0819b48 Mon Sep 17 00:00:00 2001 From: jai Date: Fri, 26 Jan 2007 16:04:22 +0000 Subject: refactoring protocols hooks --- ...efault_Protocols_Properties_Protocols_Hooks.cpp | 50 +++++++++++++--------- 1 file changed, 30 insertions(+), 20 deletions(-) diff --git a/TAO/tao/Default_Protocols_Properties_Protocols_Hooks.cpp b/TAO/tao/Default_Protocols_Properties_Protocols_Hooks.cpp index 315bcc3860e..0123d80e6e1 100644 --- a/TAO/tao/Default_Protocols_Properties_Protocols_Hooks.cpp +++ b/TAO/tao/Default_Protocols_Properties_Protocols_Hooks.cpp @@ -30,62 +30,72 @@ TAO_Default_Protocols_Properties_Protocols_Hooks:: } void -TAO_Default_Protocols_Hooks::server_protocol_properties_at_orb_level (TAO_IIOP_Protocol_Properties & - ACE_ENV_ARG_DECL_NOT_USED) +TAO_Default_Protocols_Properties_Protocols_Hooks:: +server_protocol_properties_at_orb_level (TAO_IIOP_Protocol_Properties & + ACE_ENV_ARG_DECL_NOT_USED) { } void -TAO_Default_Protocols_Hooks::client_protocol_properties_at_orb_level (TAO_IIOP_Protocol_Properties & - ACE_ENV_ARG_DECL_NOT_USED) +TAO_Default_Protocols_Properties_Protocols_Hooks:: +client_protocol_properties_at_orb_level (TAO_IIOP_Protocol_Properties & + ACE_ENV_ARG_DECL_NOT_USED) { } void -TAO_Default_Protocols_Hooks::server_protocol_properties_at_orb_level (TAO_UIOP_Protocol_Properties & - ACE_ENV_ARG_DECL_NOT_USED) +TAO_Default_Protocols_Properties_Protocols_Hooks:: +server_protocol_properties_at_orb_level (TAO_UIOP_Protocol_Properties & + ACE_ENV_ARG_DECL_NOT_USED) { } void -TAO_Default_Protocols_Hooks::client_protocol_properties_at_orb_level (TAO_UIOP_Protocol_Properties & - ACE_ENV_ARG_DECL_NOT_USED) +TAO_Default_Protocols_Properties_Protocols_Hooks:: +client_protocol_properties_at_orb_level (TAO_UIOP_Protocol_Properties & + ACE_ENV_ARG_DECL_NOT_USED) { } void -TAO_Default_Protocols_Hooks::server_protocol_properties_at_orb_level (TAO_SHMIOP_Protocol_Properties & - ACE_ENV_ARG_DECL_NOT_USED) +TAO_Default_Protocols_Properties_Protocols_Hooks:: +server_protocol_properties_at_orb_level (TAO_SHMIOP_Protocol_Properties & + ACE_ENV_ARG_DECL_NOT_USED) { } void -TAO_Default_Protocols_Hooks::client_protocol_properties_at_orb_level (TAO_SHMIOP_Protocol_Properties & - ACE_ENV_ARG_DECL_NOT_USED) +TAO_Default_Protocols_Properties_Protocols_Hooks:: +client_protocol_properties_at_orb_level (TAO_SHMIOP_Protocol_Properties & + ACE_ENV_ARG_DECL_NOT_USED) { } void -TAO_Default_Protocols_Hooks::server_protocol_properties_at_orb_level (TAO_DIOP_Protocol_Properties & - ACE_ENV_ARG_DECL_NOT_USED) +TAO_Default_Protocols_Properties_Protocols_Hooks:: +server_protocol_properties_at_orb_level (TAO_DIOP_Protocol_Properties & + ACE_ENV_ARG_DECL_NOT_USED) { } void -TAO_Default_Protocols_Hooks::client_protocol_properties_at_orb_level (TAO_DIOP_Protocol_Properties & - ACE_ENV_ARG_DECL_NOT_USED) +TAO_Default_Protocols_Properties_Protocols_Hooks:: +client_protocol_properties_at_orb_level (TAO_DIOP_Protocol_Properties & + ACE_ENV_ARG_DECL_NOT_USED) { } void -TAO_Default_Protocols_Hooks::server_protocol_properties_at_orb_level (TAO_SCIOP_Protocol_Properties & - ACE_ENV_ARG_DECL_NOT_USED) +TAO_Default_Protocols_Properties_Protocols_Hooks:: +server_protocol_properties_at_orb_level (TAO_SCIOP_Protocol_Properties & + ACE_ENV_ARG_DECL_NOT_USED) { } void -TAO_Default_Protocols_Hooks::client_protocol_properties_at_orb_level (TAO_SCIOP_Protocol_Properties & - ACE_ENV_ARG_DECL_NOT_USED) +TAO_Default_Protocols_Properties_Protocols_Hooks:: +client_protocol_properties_at_orb_level (TAO_SCIOP_Protocol_Properties & + ACE_ENV_ARG_DECL_NOT_USED) { } -- cgit v1.2.1