summaryrefslogtreecommitdiff
path: root/TAO/tao/Seq_Var_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Seq_Var_T.inl')
-rw-r--r--TAO/tao/Seq_Var_T.inl15
1 files changed, 7 insertions, 8 deletions
diff --git a/TAO/tao/Seq_Var_T.inl b/TAO/tao/Seq_Var_T.inl
index b1c7c16d024..ede406b652d 100644
--- a/TAO/tao/Seq_Var_T.inl
+++ b/TAO/tao/Seq_Var_T.inl
@@ -106,6 +106,13 @@ TAO_Seq_Var_Base_T<T>::ptr (void) const
return this->ptr_;
}
+template<typename T>
+ACE_INLINE
+TAO_Seq_Var_Base_T<T>::operator T *& ()
+{
+ return this->ptr_;
+}
+
// ***************************************************************
template<typename T>
@@ -194,14 +201,6 @@ TAO_VarSeq_Var_T<T>::operator= (T * p)
return *this;
}
-// Variable-size types only.
-template<typename T>
-ACE_INLINE
-TAO_VarSeq_Var_T<T>::operator T *& ()
-{
- return this->ptr_;
-}
-
template<typename T>
ACE_INLINE
typename TAO_VarSeq_Var_T<T>::T_elem