| 1496 | } |
| 1497 | |
| 1498 | void LocalRouterInfo::DeleteProperty (const std::string& key) |
| 1499 | { |
| 1500 | m_Properties.erase (key); |
| 1501 | } |
| 1502 | |
| 1503 | std::string LocalRouterInfo::GetProperty (const std::string& key) const |
| 1504 | { |
no outgoing calls
no test coverage detected