fixed bug#461 - scheduler daemon start - stop mechanism broken
see http://bugs.campware.org/view.php?id=461
This commit is contained in:
parent
b58db9c65f
commit
e0ab17831e
|
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue