| 451 | } |
| 452 | |
| 453 | void Service::started() |
| 454 | { |
| 455 | // ExistenceGuard guard(this, FB_FUNCTION); |
| 456 | // Not needed here - lock is taken by thread waiting for us |
| 457 | |
| 458 | if (!(svc_flags & SVC_evnt_fired)) |
| 459 | { |
| 460 | svc_flags |= SVC_evnt_fired; |
| 461 | svcStart.release(); |
| 462 | } |
| 463 | } |
| 464 | |
| 465 | void Service::putLine(char tag, const char* val) |
| 466 | { |
no test coverage detected