Make start_ps_process more C++ish and prevent it throwing exceptions
authorDavin McCall <davmac@davmac.org>
Sun, 15 Nov 2015 15:42:01 +0000 (15:42 +0000)
committerDavin McCall <davmac@davmac.org>
Sun, 15 Nov 2015 15:42:01 +0000 (15:42 +0000)
commit6f4ea7a89bfa14665dc0c5107509e54105cfba6a
treea9940e37467152f43d4612588d17ba3f3bb096e7
parentac661e2a4f27d60b1185d0ca478f2df518218e00
Make start_ps_process more C++ish and prevent it throwing exceptions

The function already has a status result so it doesn't make much
sense to allow exceptions to propogate out of it.
service.cc
service.h