summaryrefslogtreecommitdiff
path: root/TAO/tao/Var_Size_Argument_T.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-06-27 06:23:42 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-06-27 06:23:42 +0000
commitea52f2bd668e658ecda88bc9a23f8cf95d0035f6 (patch)
treecf8a0cb17051311c06e585b6b16ab6bdd64e6f90 /TAO/tao/Var_Size_Argument_T.inl
parent6ce696e7fcc03d4baed54856ed7ec1bffc2911a4 (diff)
downloadATCD-ea52f2bd668e658ecda88bc9a23f8cf95d0035f6.tar.gz
ChangeLogTag: Tue Jun 27 08:25:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Var_Size_Argument_T.inl')
-rw-r--r--TAO/tao/Var_Size_Argument_T.inl20
1 files changed, 10 insertions, 10 deletions
diff --git a/TAO/tao/Var_Size_Argument_T.inl b/TAO/tao/Var_Size_Argument_T.inl
index b70b5d6905c..331564d2eaf 100644
--- a/TAO/tao/Var_Size_Argument_T.inl
+++ b/TAO/tao/Var_Size_Argument_T.inl
@@ -5,7 +5,7 @@
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
template<typename S,
- template <typename> class Insert_Policy>
+ class Insert_Policy>
ACE_INLINE
TAO::In_Var_Size_Argument_T<S,Insert_Policy>::In_Var_Size_Argument_T (S const & x)
: x_ (&x)
@@ -13,7 +13,7 @@ TAO::In_Var_Size_Argument_T<S,Insert_Policy>::In_Var_Size_Argument_T (S const &
}
template<typename S,
- template <typename> class Insert_Policy>
+ class Insert_Policy>
ACE_INLINE
const S &
TAO::In_Var_Size_Argument_T<S,Insert_Policy>::arg (void) const
@@ -24,7 +24,7 @@ TAO::In_Var_Size_Argument_T<S,Insert_Policy>::arg (void) const
// ==========================================================================
template<typename S,
- template <typename> class Insert_Policy>
+ class Insert_Policy>
ACE_INLINE
TAO::Inout_Var_Size_Argument_T<S,Insert_Policy>::Inout_Var_Size_Argument_T (S & x)
: x_ (&x)
@@ -32,7 +32,7 @@ TAO::Inout_Var_Size_Argument_T<S,Insert_Policy>::Inout_Var_Size_Argument_T (S &
}
template<typename S,
- template <typename> class Insert_Policy>
+ class Insert_Policy>
ACE_INLINE
S &
TAO::Inout_Var_Size_Argument_T<S,Insert_Policy>::arg (void)
@@ -43,7 +43,7 @@ TAO::Inout_Var_Size_Argument_T<S,Insert_Policy>::arg (void)
// ==========================================================================
template<typename S,
- template <typename> class Insert_Policy>
+ class Insert_Policy>
ACE_INLINE
TAO::Out_Var_Size_Argument_T<S,Insert_Policy>::Out_Var_Size_Argument_T (
typename S::_out_type x
@@ -52,7 +52,7 @@ TAO::Out_Var_Size_Argument_T<S,Insert_Policy>::Out_Var_Size_Argument_T (
{}
template<typename S,
- template <typename> class Insert_Policy>
+ class Insert_Policy>
ACE_INLINE
S *&
TAO::Out_Var_Size_Argument_T<S,Insert_Policy>::arg (void)
@@ -63,14 +63,14 @@ TAO::Out_Var_Size_Argument_T<S,Insert_Policy>::arg (void)
// ==========================================================================
template<typename S,
- template <typename> class Insert_Policy>
+ class Insert_Policy>
ACE_INLINE
TAO::Ret_Var_Size_Argument_T<S,Insert_Policy>::Ret_Var_Size_Argument_T (void)
{
}
template<typename S,
- template <typename> class Insert_Policy>
+ class Insert_Policy>
ACE_INLINE
S *&
TAO::Ret_Var_Size_Argument_T<S,Insert_Policy>::arg (void)
@@ -79,7 +79,7 @@ TAO::Ret_Var_Size_Argument_T<S,Insert_Policy>::arg (void)
}
template<typename S,
- template <typename> class Insert_Policy>
+ class Insert_Policy>
ACE_INLINE
S *
TAO::Ret_Var_Size_Argument_T<S,Insert_Policy>::excp (void)
@@ -88,7 +88,7 @@ TAO::Ret_Var_Size_Argument_T<S,Insert_Policy>::excp (void)
}
template<typename S,
- template <typename> class Insert_Policy>
+ class Insert_Policy>
ACE_INLINE
S *
TAO::Ret_Var_Size_Argument_T<S,Insert_Policy>::retn (void)