fixed bug#461 - scheduler daemon start - stop mechanism broken

see http://bugs.campware.org/view.php?id=461
This commit is contained in:
maroy 2004-11-24 13:20:51 +00:00
parent b58db9c65f
commit e0ab17831e
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
Author : $Author: maroy $
Version : $Revision: 1.7 $
Version : $Revision: 1.8 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/SchedulerDaemon.cxx,v $
------------------------------------------------------------------------------*/
@ -244,9 +244,9 @@ SchedulerDaemon :: uninstall(void) throw (std::exception)
void
SchedulerDaemon :: start(void) throw (std::logic_error)
{
XmlRpcDaemon::start();
audioPlayer->initialize();
eventScheduler->start();
XmlRpcDaemon::start();
}