summaryrefslogtreecommitdiff
path: root/TAO/tao/Fixed_Size_Argument_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Fixed_Size_Argument_T.inl')
-rw-r--r--TAO/tao/Fixed_Size_Argument_T.inl30
1 files changed, 10 insertions, 20 deletions
diff --git a/TAO/tao/Fixed_Size_Argument_T.inl b/TAO/tao/Fixed_Size_Argument_T.inl
index bc747f119dc..c80be4ca834 100644
--- a/TAO/tao/Fixed_Size_Argument_T.inl
+++ b/TAO/tao/Fixed_Size_Argument_T.inl
@@ -4,16 +4,14 @@
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-template<typename S,
- typename Insert_Policy>
+template<typename S, typename Insert_Policy>
ACE_INLINE
TAO::In_Fixed_Size_Argument_T<S,Insert_Policy>::
In_Fixed_Size_Argument_T (S const & x)
: x_ (&x)
{}
-template<typename S,
- typename Insert_Policy>
+template<typename S, typename Insert_Policy>
ACE_INLINE
const S &
TAO::In_Fixed_Size_Argument_T<S,Insert_Policy>::arg (void) const
@@ -23,16 +21,14 @@ TAO::In_Fixed_Size_Argument_T<S,Insert_Policy>::arg (void) const
// ==========================================================================
-template<typename S,
- typename Insert_Policy>
+template<typename S, typename Insert_Policy>
ACE_INLINE
TAO::Inout_Fixed_Size_Argument_T<S,Insert_Policy>::
Inout_Fixed_Size_Argument_T (S & x)
: x_ (&x)
{}
-template<typename S,
- typename Insert_Policy>
+template<typename S, typename Insert_Policy>
ACE_INLINE
S &
TAO::Inout_Fixed_Size_Argument_T<S,Insert_Policy>::arg (void)
@@ -42,8 +38,7 @@ TAO::Inout_Fixed_Size_Argument_T<S,Insert_Policy>::arg (void)
// ==========================================================================
-template<typename S,
- typename Insert_Policy>
+template<typename S, typename Insert_Policy>
ACE_INLINE
TAO::Out_Fixed_Size_Argument_T<S,Insert_Policy>::
Out_Fixed_Size_Argument_T (S & x)
@@ -51,8 +46,7 @@ Out_Fixed_Size_Argument_T (S & x)
{
}
-template<typename S,
- typename Insert_Policy>
+template<typename S, typename Insert_Policy>
ACE_INLINE
S &
TAO::Out_Fixed_Size_Argument_T<S,Insert_Policy>::arg (void)
@@ -62,16 +56,14 @@ TAO::Out_Fixed_Size_Argument_T<S,Insert_Policy>::arg (void)
// ==========================================================================
-template<typename S,
- typename Insert_Policy>
+template<typename S, typename Insert_Policy>
ACE_INLINE
TAO::Ret_Fixed_Size_Argument_T<S,Insert_Policy>::
Ret_Fixed_Size_Argument_T (void)
{
}
-template<typename S,
- typename Insert_Policy>
+template<typename S, typename Insert_Policy>
ACE_INLINE
S &
TAO::Ret_Fixed_Size_Argument_T<S,Insert_Policy>::arg (void)
@@ -79,8 +71,7 @@ TAO::Ret_Fixed_Size_Argument_T<S,Insert_Policy>::arg (void)
return this->x_;
}
-template<typename S,
- typename Insert_Policy>
+template<typename S, typename Insert_Policy>
ACE_INLINE
S
TAO::Ret_Fixed_Size_Argument_T<S,Insert_Policy>::excp (void)
@@ -88,8 +79,7 @@ TAO::Ret_Fixed_Size_Argument_T<S,Insert_Policy>::excp (void)
return this->x_;
}
-template<typename S,
- typename Insert_Policy>
+template<typename S, typename Insert_Policy>
ACE_INLINE
S
TAO::Ret_Fixed_Size_Argument_T<S,Insert_Policy>::retn (void)