summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Special_Basic_SArgument_T.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-04-23 08:27:53 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-04-23 08:27:53 +0000
commit172df5e5a79586042c890624174447b4b9c25e33 (patch)
treea16f8e864846fbbb734c97d007c9c0a374bc51a5 /TAO/tao/PortableServer/Special_Basic_SArgument_T.inl
parent473761e8b5c26e8d23c5dfe0520748465cfc1787 (diff)
downloadATCD-172df5e5a79586042c890624174447b4b9c25e33.tar.gz
Fri Apr 23 08:22:36 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* 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
Diffstat (limited to 'TAO/tao/PortableServer/Special_Basic_SArgument_T.inl')
-rw-r--r--TAO/tao/PortableServer/Special_Basic_SArgument_T.inl16
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/tao/PortableServer/Special_Basic_SArgument_T.inl b/TAO/tao/PortableServer/Special_Basic_SArgument_T.inl
index a6f4dd1a499..90b5f23677e 100644
--- a/TAO/tao/PortableServer/Special_Basic_SArgument_T.inl
+++ b/TAO/tao/PortableServer/Special_Basic_SArgument_T.inl
@@ -7,7 +7,7 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
template<typename S,
typename to_S,
typename from_S,
- class Insert_Policy>
+ template <typename> class Insert_Policy>
ACE_INLINE
TAO::In_Special_Basic_SArgument_T<S,to_S,from_S,Insert_Policy>::
In_Special_Basic_SArgument_T (void)
@@ -17,7 +17,7 @@ In_Special_Basic_SArgument_T (void)
template<typename S,
typename to_S,
typename from_S,
- class Insert_Policy>
+ template <typename> class Insert_Policy>
ACE_INLINE
S const &
TAO::In_Special_Basic_SArgument_T<S,to_S,from_S,Insert_Policy>::arg (void) const
@@ -30,7 +30,7 @@ TAO::In_Special_Basic_SArgument_T<S,to_S,from_S,Insert_Policy>::arg (void) const
template<typename S,
typename to_S,
typename from_S,
- class Insert_Policy>
+ template <typename> class Insert_Policy>
ACE_INLINE
TAO::Inout_Special_Basic_SArgument_T<S,to_S,from_S,Insert_Policy>::
Inout_Special_Basic_SArgument_T (void)
@@ -40,7 +40,7 @@ Inout_Special_Basic_SArgument_T (void)
template<typename S,
typename to_S,
typename from_S,
- class Insert_Policy>
+ template <typename> class Insert_Policy>
ACE_INLINE
S &
TAO::Inout_Special_Basic_SArgument_T<S,to_S,from_S,Insert_Policy>::arg (void)
@@ -53,7 +53,7 @@ TAO::Inout_Special_Basic_SArgument_T<S,to_S,from_S,Insert_Policy>::arg (void)
template<typename S,
typename to_S,
typename from_S,
- class Insert_Policy>
+ template <typename> class Insert_Policy>
ACE_INLINE
TAO::Out_Special_Basic_SArgument_T<S,to_S,from_S,Insert_Policy>::
Out_Special_Basic_SArgument_T (void)
@@ -63,7 +63,7 @@ Out_Special_Basic_SArgument_T (void)
template<typename S,
typename to_S,
typename from_S,
- class Insert_Policy>
+ template <typename> class Insert_Policy>
S &
TAO::Out_Special_Basic_SArgument_T<S,to_S,from_S,Insert_Policy>::arg (void)
{
@@ -75,7 +75,7 @@ TAO::Out_Special_Basic_SArgument_T<S,to_S,from_S,Insert_Policy>::arg (void)
template<typename S,
typename to_S,
typename from_S,
- class Insert_Policy>
+ template <typename> class Insert_Policy>
ACE_INLINE
TAO::Ret_Special_Basic_SArgument_T<S,to_S,from_S,Insert_Policy>::
Ret_Special_Basic_SArgument_T (void)
@@ -85,7 +85,7 @@ Ret_Special_Basic_SArgument_T (void)
template<typename S,
typename to_S,
typename from_S,
- class Insert_Policy>
+ template <typename> class Insert_Policy>
ACE_INLINE
S &
TAO::Ret_Special_Basic_SArgument_T<S,to_S,from_S,Insert_Policy>::arg (void)