| 481 | } |
| 482 | |
| 483 | Value HostsTable::EventHandlerEnabledAccessor(const Value& row) |
| 484 | { |
| 485 | Host::Ptr host = static_cast<Host::Ptr>(row); |
| 486 | |
| 487 | if (!host) |
| 488 | return Empty; |
| 489 | |
| 490 | return Convert::ToLong(host->GetEnableEventHandler()); |
| 491 | } |
| 492 | |
| 493 | Value HostsTable::AcknowledgementTypeAccessor(const Value& row) |
| 494 | { |
nothing calls this directly
no outgoing calls
no test coverage detected