INTEGRATION: CWS dba204b (1.7.12); FILE MERGED
2006/07/11 05:26:26 oj 1.7.12.1: #i67034# call swap directly
This commit is contained in:
parent
431e9106ae
commit
56cfd5957e
1 changed files with 4 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: TableConnectionData.cxx,v $
|
||||
*
|
||||
* $Revision: 1.7 $
|
||||
* $Revision: 1.8 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2006-06-20 03:28:01 $
|
||||
* last change: $Author: rt $ $Date: 2006-07-26 07:49:02 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -109,7 +109,8 @@ OTableConnectionData::~OTableConnectionData()
|
|||
{
|
||||
DBG_DTOR(OTableConnectionData,NULL);
|
||||
// LineDataList loeschen
|
||||
ResetConnLines(FALSE);
|
||||
OConnectionLineDataVec().swap(m_vConnLineData);
|
||||
//ResetConnLines(FALSE);
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue