From af13a2191ffa8392022e44520e521307fe555cc3 Mon Sep 17 00:00:00 2001 From: parsons Date: Tue, 4 Jun 2002 21:08:27 +0000 Subject: ChangeLogTag: Tue Jun 4 16:00:46 2002 Jeff Parsons --- TAO/tao/CORBA_String.inl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'TAO/tao/CORBA_String.inl') 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 @@ -89,6 +89,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_) -- cgit v1.2.1