From 36f45b57257ce1e4b02d7491cfc7fe636ed918c5 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 20 Jun 2006 03:07:03 +0000 Subject: INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2005/11/09 12:16:38 pl 1.4.4.1: #i53898# removed warnings --- vos/source/pipe.cxx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/vos/source/pipe.cxx b/vos/source/pipe.cxx index 54a893cfb1bb..6f9c9cd8f719 100644 --- a/vos/source/pipe.cxx +++ b/vos/source/pipe.cxx @@ -4,9 +4,9 @@ * * $RCSfile: pipe.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2006-06-02 12:42:49 $ + * last change: $Author: hr $ $Date: 2006-06-20 04:07:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -90,7 +90,8 @@ OPipe::OPipe( const rtl::OUString& strName, /*****************************************************************************/ // OPipe() /*****************************************************************************/ -OPipe::OPipe(const OPipe& pipe) +OPipe::OPipe(const OPipe& pipe) : +OReference(), OObject() { VOS_ASSERT(pipe.m_pPipeRef != 0); @@ -302,7 +303,8 @@ OStreamPipe::OStreamPipe(oslPipe Pipe) : // OStreamPipe // copy constructor /*****************************************************************************/ -OStreamPipe::OStreamPipe(const OStreamPipe& pipe) +OStreamPipe::OStreamPipe(const OStreamPipe& pipe) : +OPipe(), IStream() { VOS_ASSERT(pipe.m_pPipeRef != 0); -- cgit v1.2.3