INTEGRATION: CWS gurke (1.18.4); FILE MERGED

2007/07/20 08:03:32 gh 1.18.4.1: #148724#testtool communication crashes on shutdown in Timer::Timeout
This commit is contained in:
Rüdiger Timm 2007-07-24 10:29:18 +00:00
parent 48598de64b
commit eb6d4ccbf9

View file

@ -4,9 +4,9 @@
*
* $RCSfile: server.cxx,v $
*
* $Revision: 1.18 $
* $Revision: 1.19 $
*
* last change: $Author: hr $ $Date: 2007-06-27 21:00:16 $
* last change: $Author: rt $ $Date: 2007-07-24 11:29:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -173,6 +173,7 @@ RemoteControlCommunicationManager::~RemoteControlCommunicationManager()
{
if ( pTimer )
delete pTimer;
DoQuickShutdown();
}
void RemoteControlCommunicationManager::ConnectionOpened( CommunicationLink* pCL )