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:
Rüdiger Timm 2006-07-26 06:49:02 +00:00
parent 431e9106ae
commit 56cfd5957e

View file

@ -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);
}
//------------------------------------------------------------------------