diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:07:03 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:07:03 +0000 |
commit | 36f45b57257ce1e4b02d7491cfc7fe636ed918c5 (patch) | |
tree | 164d1bbee6742117ec65ddc18201b8e147fef943 /vos | |
parent | f0d1a5872f30402f2a8fe9fddb6d4f0561fb86ea (diff) |
INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED
2005/11/09 12:16:38 pl 1.4.4.1: #i53898# removed warnings
Diffstat (limited to 'vos')
-rw-r--r-- | vos/source/pipe.cxx | 10 |
1 files 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); |