summaryrefslogtreecommitdiff
path: root/TAO/tao/CORBA_String.inl
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-06-04 21:08:27 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-06-04 21:08:27 +0000
commitaf13a2191ffa8392022e44520e521307fe555cc3 (patch)
treea74bda1bfa2807bf260488435a5f09ded87d8337 /TAO/tao/CORBA_String.inl
parent0a4eab93454dea0888ea3d2f150f565fbcd0eb13 (diff)
downloadATCD-af13a2191ffa8392022e44520e521307fe555cc3.tar.gz
ChangeLogTag: Tue Jun 4 16:00:46 2002 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/CORBA_String.inl')
-rw-r--r--TAO/tao/CORBA_String.inl6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/CORBA_String.inl b/TAO/tao/CORBA_String.inl
index f76d5b17438..ee4fb81204d 100644
--- a/TAO/tao/CORBA_String.inl
+++ b/TAO/tao/CORBA_String.inl
@@ -90,6 +90,12 @@ CORBA_String_out::CORBA_String_out (CORBA_String_var &s)
}
ACE_INLINE
+CORBA_String_out::CORBA_String_out (TAO_String_Manager &s)
+ : ptr_ (s.out ())
+{
+}
+
+ACE_INLINE
CORBA_String_out::CORBA_String_out (const CORBA_String_out &s)
: ptr_ (s.ptr_)
{