| 27 | using namespace icinga; |
| 28 | |
| 29 | String NodeUtility::GetConstantsConfPath() |
| 30 | { |
| 31 | return Configuration::ConfigDir + "/constants.conf"; |
| 32 | } |
| 33 | |
| 34 | String NodeUtility::GetZonesConfPath() |
| 35 | { |
nothing calls this directly
no outgoing calls
no test coverage detected