From 172df5e5a79586042c890624174447b4b9c25e33 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 23 Apr 2010 08:27:53 +0000 Subject: Fri Apr 23 08:22:36 UTC 2010 Johnny Willemsen * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp: Layout changes * TAO_IDL/be/be_visitor_arg_traits.cpp: * tao/AnyTypeCode/Any_Arg_Traits.h: * tao/AnyTypeCode/TypeCode.h: * tao/BD_String_Argument_T.h: * tao/BD_String_Argument_T.inl: * tao/BD_String_Argument_T.cpp: * tao/Basic_Argument_T.h: * tao/Basic_Argument_T.inl: * tao/Basic_Argument_T.cpp: * tao/Basic_Arguments.h: * tao/Fixed_Array_Argument_T.h: * tao/Fixed_Array_Argument_T.inl: * tao/Fixed_Array_Argument_T.cpp: * tao/Fixed_Size_Argument_T.h: * tao/Fixed_Size_Argument_T.inl: * tao/Fixed_Size_Argument_T.cpp: * tao/IFR_Client/IFR_Client_Adapter_Impl.cpp: * tao/Object.h: * tao/Object_Argument_T.h: * tao/Object_Argument_T.inl: * tao/Object_Argument_T.cpp: * tao/PolicyC.cpp: * tao/PortableServer/Any_SArg_Traits.h: * tao/PortableServer/BD_String_SArgument_T.h: * tao/PortableServer/BD_String_SArgument_T.inl: * tao/PortableServer/BD_String_SArgument_T.cpp: * tao/PortableServer/Basic_SArgument_T.h: * tao/PortableServer/Basic_SArgument_T.inl: * tao/PortableServer/Basic_SArgument_T.cpp: * tao/PortableServer/Basic_SArguments.h: * tao/PortableServer/Fixed_Array_SArgument_T.h: * tao/PortableServer/Fixed_Array_SArgument_T.inl: * tao/PortableServer/Fixed_Array_SArgument_T.cpp: * tao/PortableServer/Fixed_Size_SArgument_T.h: * tao/PortableServer/Fixed_Size_SArgument_T.inl: * tao/PortableServer/Fixed_Size_SArgument_T.cpp: * tao/PortableServer/Object_SArg_Traits.h: * tao/PortableServer/Object_SArgument_T.h: * tao/PortableServer/Object_SArgument_T.inl: * tao/PortableServer/Object_SArgument_T.cpp: * tao/PortableServer/PolicyS.cpp: * tao/PortableServer/Special_Basic_SArgument_T.h: * tao/PortableServer/Special_Basic_SArgument_T.inl: * tao/PortableServer/Special_Basic_SArgument_T.cpp: * tao/PortableServer/Special_Basic_SArguments.h: * tao/PortableServer/TypeCode_SArg_Traits.h: * tao/PortableServer/Var_Array_SArgument_T.h: * tao/PortableServer/Var_Array_SArgument_T.inl: * tao/PortableServer/Var_Array_SArgument_T.cpp: * tao/PortableServer/Var_Size_SArgument_T.h: * tao/PortableServer/Var_Size_SArgument_T.inl: * tao/PortableServer/Var_Size_SArgument_T.cpp: * tao/Special_Basic_Argument_T.h: * tao/Special_Basic_Argument_T.inl: * tao/Special_Basic_Argument_T.cpp: * tao/Special_Basic_Arguments.h: * tao/UB_String_Argument_T.h: * tao/UB_String_Argument_T.inl: * tao/UB_String_Argument_T.cpp: * tao/UB_String_Arguments.h: * tao/Valuetype/AbstractBase.h: * tao/Valuetype/ValueBase.h: * tao/Var_Array_Argument_T.h: * tao/Var_Array_Argument_T.inl: * tao/Var_Array_Argument_T.cpp: * tao/Var_Size_Argument_T.h: * tao/Var_Size_Argument_T.inl: * tao/Var_Size_Argument_T.cpp: Introduce template template arguments, this simplifies the code generation and resolves bugzilla 2567 --- TAO/tao/PortableServer/BD_String_SArgument_T.inl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'TAO/tao/PortableServer/BD_String_SArgument_T.inl') diff --git a/TAO/tao/PortableServer/BD_String_SArgument_T.inl b/TAO/tao/PortableServer/BD_String_SArgument_T.inl index 1359afa5a9c..cadae1c80e8 100644 --- a/TAO/tao/PortableServer/BD_String_SArgument_T.inl +++ b/TAO/tao/PortableServer/BD_String_SArgument_T.inl @@ -6,7 +6,7 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL template + template class Insert_Policy> ACE_INLINE TAO::In_BD_String_SArgument_T:: In_BD_String_SArgument_T (void) @@ -14,7 +14,7 @@ In_BD_String_SArgument_T (void) template + template class Insert_Policy> ACE_INLINE const typename S_var::s_traits::char_type * TAO::In_BD_String_SArgument_T:: @@ -27,7 +27,7 @@ arg (void) const template + template class Insert_Policy> ACE_INLINE TAO::Inout_BD_String_SArgument_T:: Inout_BD_String_SArgument_T (void) @@ -35,7 +35,7 @@ Inout_BD_String_SArgument_T (void) template + template class Insert_Policy> ACE_INLINE typename S_var::s_traits::char_type *& TAO::Inout_BD_String_SArgument_T:: @@ -48,7 +48,7 @@ arg (void) template + template class Insert_Policy> ACE_INLINE TAO::Out_BD_String_SArgument_T:: Out_BD_String_SArgument_T (void) @@ -56,7 +56,7 @@ Out_BD_String_SArgument_T (void) template + template class Insert_Policy> ACE_INLINE typename S_var::s_traits::char_type *& TAO::Out_BD_String_SArgument_T:: @@ -69,7 +69,7 @@ arg (void) template + template class Insert_Policy> ACE_INLINE TAO::Ret_BD_String_SArgument_T:: Ret_BD_String_SArgument_T (void) @@ -77,7 +77,7 @@ Ret_BD_String_SArgument_T (void) template + template class Insert_Policy> ACE_INLINE typename S_var::s_traits::char_type *& TAO::Ret_BD_String_SArgument_T:: -- cgit v1.2.1