00001
00002
00003
00004
00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00006
00007 template<typename S,
00008 class Insert_Policy>
00009 ACE_INLINE
00010 S const &
00011 TAO::In_Fixed_Size_SArgument_T<S,Insert_Policy>::arg (void) const
00012 {
00013 return this->x_;
00014 }
00015
00016
00017
00018 template<typename S,
00019 class Insert_Policy>
00020 ACE_INLINE
00021 TAO::Inout_Fixed_Size_SArgument_T<S,Insert_Policy>::
00022 Inout_Fixed_Size_SArgument_T (void)
00023 {
00024 }
00025
00026 template<typename S,
00027 class Insert_Policy>
00028 ACE_INLINE
00029 S &
00030 TAO::Inout_Fixed_Size_SArgument_T<S,Insert_Policy>::arg (void)
00031 {
00032 return this->x_;
00033 }
00034
00035
00036
00037 template<typename S,
00038 class Insert_Policy>
00039 ACE_INLINE
00040 TAO::Out_Fixed_Size_SArgument_T<S,
00041 Insert_Policy>::
00042 Out_Fixed_Size_SArgument_T (void)
00043 {}
00044
00045 template<typename S,
00046 class Insert_Policy>
00047 ACE_INLINE
00048 S &
00049 TAO::Out_Fixed_Size_SArgument_T<S,Insert_Policy>::arg (void)
00050 {
00051 return this->x_;
00052 }
00053
00054
00055
00056 template<typename S,
00057 class Insert_Policy>
00058 ACE_INLINE
00059 TAO::Ret_Fixed_Size_SArgument_T<S,Insert_Policy>::Ret_Fixed_Size_SArgument_T (void)
00060 {}
00061
00062 template<typename S,
00063 class Insert_Policy>
00064 ACE_INLINE
00065 S &
00066 TAO::Ret_Fixed_Size_SArgument_T<S,Insert_Policy>::arg (void)
00067 {
00068 return this->x_;
00069 }
00070
00071 TAO_END_VERSIONED_NAMESPACE_DECL