| 43 | |
| 44 | const std::string& starter() const { return _starter; } |
| 45 | void set_starter(const std::string& starter) { _starter = starter; } |
| 46 | |
| 47 | bool is_service() const { return _is_service; } |
| 48 | void set_is_service(bool is_service) { _is_service = is_service; } |
no outgoing calls