| 241 | } |
| 242 | |
| 243 | bool ServiceRegistrationBase::IsAvailable() const |
| 244 | { |
| 245 | if (d != nullptr) |
| 246 | return d->available; |
| 247 | |
| 248 | return false; |
| 249 | } |
| 250 | |
| 251 | bool ServiceRegistrationBase::operator<(const ServiceRegistrationBase& o) const |
| 252 | { |
no outgoing calls
no test coverage detected