summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-26 16:04:22 +0000
committerjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-26 16:04:22 +0000
commit2cdf9f554c0799577f86bc09dff2397de0819b48 (patch)
tree5d00aecf7c850668edda6d7106a02a53d7950b3d
parentc0a3b71fc37b3e2522109738f128766dcd42e687 (diff)
downloadATCD-2cdf9f554c0799577f86bc09dff2397de0819b48.tar.gz
refactoring protocols hooks
-rw-r--r--TAO/tao/Default_Protocols_Properties_Protocols_Hooks.cpp50
1 files 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)
{
}