Skip to content

Commit

Permalink
fix: #17 implemented as a recursive call to Deployer::start_service()
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kraynyukhov committed Sep 4, 2018
1 parent 33dff14 commit a013bd8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion include/Deployer.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
* $Id: Deployer.h June 19, 2018 10:54 $
*/


//* feature request #17: in Deployer::start_service()
//* Checkin for "depends" attribute of a service descriptor is added.
//* Implementation is reqursive.
//* If subordinate service is already started it will not be started again.
//
#ifndef __DEPLOYER_H__
#define __DEPLOYER_H__
#include <memory>
Expand Down

0 comments on commit a013bd8

Please # to comment.