summaryrefslogtreecommitdiff
path: root/TAO/tao/Sequence_T.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-19 18:16:39 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-19 18:16:39 +0000
commit490d83557d93ed769cb6e6699ac673bb33bc7b86 (patch)
treefb8615e83b08c3de9b2a6e13163952cd49cfbbfe /TAO/tao/Sequence_T.cpp
parentf345b707baea9f6f32e463d4fdf2ab7e99116486 (diff)
downloadATCD-490d83557d93ed769cb6e6699ac673bb33bc7b86.tar.gz
ChangeLogTag: Mon Feb 19 11:26:05 2001 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Sequence_T.cpp')
-rw-r--r--TAO/tao/Sequence_T.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/Sequence_T.cpp b/TAO/tao/Sequence_T.cpp
index 2667ed56d1d..7589c08ac87 100644
--- a/TAO/tao/Sequence_T.cpp
+++ b/TAO/tao/Sequence_T.cpp
@@ -268,6 +268,12 @@ TAO_Object_Manager<T,T_var>::operator=(T_var &p)
return *this;
}
+template <class T, class T_var>
+TAO_Object_Manager<T,T_var>::operator const T_var () const
+{
+ return T::_duplicate (*this->ptr_);
+}
+
template <class T, class T_var> T *&
TAO_Object_Manager<T,T_var>::out (void)
{