summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Fixed_Array_SArgument_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
commita493b9bd01d76382ddb2204f7342fa4ecfafd7c7 (patch)
treecf8a0cb17051311c06e585b6b16ab6bdd64e6f90 /TAO/tao/PortableServer/Fixed_Array_SArgument_T.inl
parent23e55bf0d609f7371de0e3ed45be49d05c58050c (diff)
downloadATCD-a493b9bd01d76382ddb2204f7342fa4ecfafd7c7.tar.gz
ChangeLogTag: Tue Jun 27 08:25:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PortableServer/Fixed_Array_SArgument_T.inl')
-rw-r--r--TAO/tao/PortableServer/Fixed_Array_SArgument_T.inl16
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/tao/PortableServer/Fixed_Array_SArgument_T.inl b/TAO/tao/PortableServer/Fixed_Array_SArgument_T.inl
index ed832f73e0f..9fba4897dc4 100644
--- a/TAO/tao/PortableServer/Fixed_Array_SArgument_T.inl
+++ b/TAO/tao/PortableServer/Fixed_Array_SArgument_T.inl
@@ -5,7 +5,7 @@
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
template<typename S_forany,
- template <typename> class Insert_Policy>
+ class Insert_Policy>
ACE_INLINE
TAO::In_Fixed_Array_SArgument_T<S_forany,
Insert_Policy>::In_Fixed_Array_SArgument_T (void)
@@ -13,7 +13,7 @@ TAO::In_Fixed_Array_SArgument_T<S_forany,
}
template<typename S_forany,
- template <typename> class Insert_Policy>
+ class Insert_Policy>
ACE_INLINE
typename S_forany::_slice_type const *
TAO::In_Fixed_Array_SArgument_T<S_forany,
@@ -25,7 +25,7 @@ TAO::In_Fixed_Array_SArgument_T<S_forany,
// ===========================================================================
template<typename S_forany,
- template <typename> class Insert_Policy>
+ class Insert_Policy>
ACE_INLINE
TAO::Inout_Fixed_Array_SArgument_T<S_forany,
Insert_Policy>::
@@ -34,7 +34,7 @@ Inout_Fixed_Array_SArgument_T (void)
}
template<typename S_forany,
- template <typename> class Insert_Policy>
+ class Insert_Policy>
ACE_INLINE
typename S_forany::_slice_type *
TAO::Inout_Fixed_Array_SArgument_T<S_forany,
@@ -46,7 +46,7 @@ TAO::Inout_Fixed_Array_SArgument_T<S_forany,
// ===========================================================================
template<typename S_forany,
- template <typename> class Insert_Policy>
+ class Insert_Policy>
ACE_INLINE
TAO::Out_Fixed_Array_SArgument_T<S_forany,
Insert_Policy>::
@@ -55,7 +55,7 @@ Out_Fixed_Array_SArgument_T (void)
}
template<typename S_forany,
- template <typename> class Insert_Policy>
+ class Insert_Policy>
ACE_INLINE
typename S_forany::_slice_type *
TAO::Out_Fixed_Array_SArgument_T<S_forany,
@@ -68,7 +68,7 @@ TAO::Out_Fixed_Array_SArgument_T<S_forany,
template<typename S_var,
typename S_forany,
- template <typename> class Insert_Policy>
+ class Insert_Policy>
ACE_INLINE
TAO::Ret_Fixed_Array_SArgument_T<S_var,
S_forany,
@@ -79,7 +79,7 @@ Ret_Fixed_Array_SArgument_T (void)
template<typename S_var,
typename S_forany,
- template <typename> class Insert_Policy>
+ class Insert_Policy>
ACE_INLINE
typename S_forany::_slice_type *&
TAO::Ret_Fixed_Array_SArgument_T<S_var,