| 424 | return "Unknown"; |
| 425 | } |
| 426 | string CompatOptionManager::GetXMLTagName |
| 427 | ( |
| 428 | ) |
| 429 | { |
| 430 | switch (m_comtype) { |
| 431 | case CompatOptionType_Compatibility: |
| 432 | return "Compatibility"; |
| 433 | case CompatOptionType_Discovery: |
| 434 | return "State"; |
| 435 | } |
| 436 | assert(0); |
| 437 | return "Unknown"; |
| 438 | } |
| 439 | } /* namespace OpenZWave */ |
nothing calls this directly
no outgoing calls
no test coverage detected