summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Special_Basic_SArgument_T.inl
diff options
context:
space:
mode:
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 6c3d9685b54..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,
- typename 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,
- typename 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,
- typename 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,
- typename 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,
- typename 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,
- typename 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,
- typename 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,
- typename 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)