Kaydet (Commit) 3f4ffd65 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS dba13 (1.3.32); FILE MERGED

2004/06/25 06:43:52 fs 1.3.32.1: #i29021# proper cloning of the OEntryListHelper
üst b5759d70
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: entrylisthelper.cxx,v $ * $RCSfile: entrylisthelper.cxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: rt $ $Date: 2004-04-02 10:56:10 $ * last change: $Author: rt $ $Date: 2004-07-06 13:39:01 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -91,6 +91,14 @@ namespace frm ...@@ -91,6 +91,14 @@ namespace frm
{ {
} }
//---------------------------------------------------------------------
OEntryListHelper::OEntryListHelper( const OEntryListHelper& _rSource, ::osl::Mutex& _rMutex )
:m_rMutex( _rMutex )
,m_xListSource ( _rSource.m_xListSource )
,m_aStringItems( _rSource.m_aStringItems )
{
}
//--------------------------------------------------------------------- //---------------------------------------------------------------------
OEntryListHelper::~OEntryListHelper( ) OEntryListHelper::~OEntryListHelper( )
{ {
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: entrylisthelper.hxx,v $ * $RCSfile: entrylisthelper.hxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: rt $ $Date: 2004-04-02 10:56:22 $ * last change: $Author: rt $ $Date: 2004-07-06 13:39:17 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -99,6 +99,7 @@ namespace frm ...@@ -99,6 +99,7 @@ namespace frm
protected: protected:
OEntryListHelper( ::osl::Mutex& _rMutex ); OEntryListHelper( ::osl::Mutex& _rMutex );
OEntryListHelper( const OEntryListHelper& _rSource, ::osl::Mutex& _rMutex );
~OEntryListHelper( ); ~OEntryListHelper( );
/// returns the current string item list /// returns the current string item list
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment